We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6daf210 commit 8554b15Copy full SHA for 8554b15
.github/workflows/python-package.yml
@@ -30,7 +30,7 @@ jobs:
30
max-parallel: 6
31
matrix:
32
os: [ubuntu-latest, macos-latest]
33
- python-version: ['3.10', '3.11']
+ python-version: ['3.10', '3.11', '3.12', '3.13']
34
test-tool: [pytest]
35
36
steps:
0 commit comments