We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7ed68 commit f49d65aCopy full SHA for f49d65a
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest, macos-latest, windows-latest]
25
- python: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.8']
+ python: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.9']
26
exclude:
27
# pypy3 currently fails to run on Windows
28
- os: windows-latest
0 commit comments