Miguel Grinberg
3 years ago
No known key found for this signature in database
GPG Key ID: 36848B262DF5F06C
1 changed files with
2 additions and
2 deletions
-
.github/workflows/tests.yml
|
|
@ -22,11 +22,11 @@ jobs: |
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
os: [ubuntu-latest, macos-latest, windows-latest] |
|
|
|
python: ['3.6', '3.7', '3.8', '3.9', 'pypy3'] |
|
|
|
python: ['3.6', '3.7', '3.8', '3.9', 'pypy3-3.7'] |
|
|
|
exclude: |
|
|
|
# pypy3 currently fails to run on Windows |
|
|
|
- os: windows-latest |
|
|
|
python: pypy3 |
|
|
|
python: pypy3-3.7 |
|
|
|
# the loop fails to close in the Mac version of 3.9 |
|
|
|
- os: macos-latest |
|
|
|
python: '3.9' |
|
|
|