We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fae8ce commit 75b397aCopy full SHA for 75b397a
.github/workflows/python-package.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
- python-version: [pypy2, pypy3, 3.5, 3.6, 3.7]
+ python-version: [pypy-3.7, 3.5, 3.6, 3.7]
19
os: [macos-latest, ubuntu-latest]
20
21
steps:
0 commit comments