Skip to content

Commit 8a4cbee

Browse files
committed
Indicate support for Python 3.13
1 parent b5e2404 commit 8a4cbee

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ jobs:
764764
strategy:
765765
matrix:
766766
python-version:
767+
- 3.13
768+
- 3.12
767769
- >-
768770
3.10
769771
- 3.9
@@ -772,8 +774,8 @@ jobs:
772774
store-sdist-to-artifact:
773775
- false
774776
include:
775-
- python-version: 3.12
776-
runner-vm-os: ubuntu-22.04
777+
- python-version: 3.13
778+
runner-vm-os: ubuntu-24.04
777779
store-sdist-to-artifact: true
778780

779781
env:
@@ -1226,6 +1228,7 @@ jobs:
12261228
strategy:
12271229
matrix:
12281230
python-version:
1231+
- "3.13"
12291232
- "3.12"
12301233
- "3.11"
12311234
- "3.10"

0 commit comments

Comments
 (0)