We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9dbda commit 021a111Copy full SHA for 021a111
.github/workflows/pythonapp.yml
@@ -9,7 +9,7 @@ jobs:
9
timeout-minutes: 5
10
strategy:
11
matrix:
12
- python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3']
+ python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3.10']
13
os: [ubuntu-latest, windows-latest, macOS-latest]
14
exclude:
15
- os: macOS-latest
0 commit comments