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 d6e42b9 commit 4641475Copy full SHA for 4641475
.github/workflows/pythonpackage.yml
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
fail-fast: false
30
matrix:
31
- python-version: [pypy-3.10, pypy-3.11, '3.10.18', '3.11.13', '3.12.11', '3.13.8', '3.14.0', '3.14.0-freethreaded']
+ python-version: [pypy-3.10, pypy-3.11, '3.10', '3.11', '3.12', '3.13', '3.14.0', '3.14.0-freethreaded']
32
os: [
33
ubuntu-22.04,
34
windows-2022,
0 commit comments