Skip to content

Commit 223995e

Browse files
committed
Build 3.13 sdists
1 parent baa22d5 commit 223995e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,7 @@ jobs:
764764
strategy:
765765
matrix:
766766
python-version:
767+
- 3.12
767768
- >-
768769
3.10
769770
- 3.9
@@ -772,8 +773,8 @@ jobs:
772773
store-sdist-to-artifact:
773774
- false
774775
include:
775-
- python-version: 3.12
776-
runner-vm-os: ubuntu-22.04
776+
- python-version: 3.13
777+
runner-vm-os: ubuntu-24.04
777778
store-sdist-to-artifact: true
778779

779780
env:

0 commit comments

Comments
 (0)