We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a436ae commit df6e112Copy full SHA for df6e112
1 file changed
.github/workflows/pythonpackage.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-latest, macos-latest, windows-latest]
12
- python-version: [ 3.6, 3.7, 3.8, pypy2, pypy3, 3.9]
+ python-version: [ 3.6, 3.7, 3.8, pypy3, 3.9]
13
fail-fast: false
14
steps:
15
- uses: actions/checkout@v2
0 commit comments