We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cabf68e commit 7770ffeCopy full SHA for 7770ffe
.github/workflows/tests-and-linters.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-20.04
10
strategy:
11
matrix:
12
- python-version: [3.7, pypy2.7, pypy3.9]
+ python-version: [3.7, pypy3.9]
13
steps:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-python@v4
0 commit comments