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 baa22d5 commit 223995eCopy full SHA for 223995e
.github/workflows/ci-cd.yml
@@ -764,6 +764,7 @@ jobs:
764
strategy:
765
matrix:
766
python-version:
767
+ - 3.12
768
- >-
769
3.10
770
- 3.9
@@ -772,8 +773,8 @@ jobs:
772
773
store-sdist-to-artifact:
774
- false
775
include:
- - python-version: 3.12
776
- runner-vm-os: ubuntu-22.04
+ - python-version: 3.13
777
+ runner-vm-os: ubuntu-24.04
778
store-sdist-to-artifact: true
779
780
env:
0 commit comments