We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1084e6 commit 97147e9Copy full SHA for 97147e9
1 file changed
.github/workflows/pythonpackage.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: false
10
matrix:
11
python-version: [
12
- '3.9', '3.10', '3.11', '3.12', '3.13',
+ '3.9', '3.10', '3.11', '3.12', '3.13', '3.14',
13
'pypy-3.9', 'pypy-3.10', 'pypy-3.11'
14
]
15
steps:
0 commit comments