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 b5e2404 commit 8a4cbeeCopy full SHA for 8a4cbee
.github/workflows/ci-cd.yml
@@ -764,6 +764,8 @@ jobs:
764
strategy:
765
matrix:
766
python-version:
767
+ - 3.13
768
+ - 3.12
769
- >-
770
3.10
771
- 3.9
@@ -772,8 +774,8 @@ jobs:
772
774
store-sdist-to-artifact:
773
775
- false
776
include:
- - python-version: 3.12
- runner-vm-os: ubuntu-22.04
777
+ - python-version: 3.13
778
+ runner-vm-os: ubuntu-24.04
779
store-sdist-to-artifact: true
780
781
env:
@@ -1226,6 +1228,7 @@ jobs:
1226
1228
1227
1229
1230
1231
+ - "3.13"
1232
- "3.12"
1233
- "3.11"
1234
- "3.10"
0 commit comments