Skip to content

Commit c126fd3

Browse files
committed
Build 3.13 sdists
1 parent 2637222 commit c126fd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -759,17 +759,17 @@ jobs:
759759
strategy:
760760
matrix:
761761
python-version:
762+
- 3.12
762763
- >-
763764
3.10
764765
- 3.9
765-
- 3.8
766766
runner-vm-os:
767767
- ubuntu-22.04
768768
store-sdist-to-artifact:
769769
- false
770770
include:
771-
- python-version: 3.12
772-
runner-vm-os: ubuntu-22.04
771+
- python-version: 3.13
772+
runner-vm-os: ubuntu-24.04
773773
store-sdist-to-artifact: true
774774

775775
env:

0 commit comments

Comments
 (0)