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 2637222 commit c126fd3Copy full SHA for c126fd3
.github/workflows/ci-cd.yml
@@ -759,17 +759,17 @@ jobs:
759
strategy:
760
matrix:
761
python-version:
762
+ - 3.12
763
- >-
764
3.10
765
- 3.9
- - 3.8
766
runner-vm-os:
767
- ubuntu-22.04
768
store-sdist-to-artifact:
769
- false
770
include:
771
- - python-version: 3.12
772
- runner-vm-os: ubuntu-22.04
+ - python-version: 3.13
+ runner-vm-os: ubuntu-24.04
773
store-sdist-to-artifact: true
774
775
env:
0 commit comments