Skip to content

Commit eec06e2

Browse files
committed
chore(ci): add Python 3.13 to docker test and release matrices
Expands docker-test, docker-test-lb-cpu, docker-test-gpu, docker-test-lb, docker-prod-gpu, docker-prod-cpu, docker-prod-lb, and docker-prod-lb-cpu to include 3.13. is-default stays on 3.12 (drives :latest aliases). Refs AE-2827.
1 parent 59860c4 commit eec06e2

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
if: github.event_name != 'pull_request' || github.head_ref != 'release-please--branches--main'
7676
strategy:
7777
matrix:
78-
python-version: ["3.10", "3.11", "3.12"]
78+
python-version: ["3.10", "3.11", "3.12", "3.13"]
7979
steps:
8080
- name: Checkout repository
8181
uses: actions/checkout@v4
@@ -107,7 +107,7 @@ jobs:
107107
if: github.event_name != 'pull_request' || github.head_ref != 'release-please--branches--main'
108108
strategy:
109109
matrix:
110-
python-version: ["3.10", "3.11", "3.12"]
110+
python-version: ["3.10", "3.11", "3.12", "3.13"]
111111
steps:
112112
- name: Checkout repository
113113
uses: actions/checkout@v4
@@ -140,7 +140,7 @@ jobs:
140140
strategy:
141141
fail-fast: false
142142
matrix:
143-
python-version: ["3.10", "3.11", "3.12"]
143+
python-version: ["3.10", "3.11", "3.12", "3.13"]
144144
steps:
145145
- name: Clear space
146146
run: |
@@ -181,7 +181,7 @@ jobs:
181181
strategy:
182182
fail-fast: false
183183
matrix:
184-
python-version: ["3.10", "3.11", "3.12"]
184+
python-version: ["3.10", "3.11", "3.12", "3.13"]
185185
steps:
186186
- name: Clear space
187187
run: |
@@ -272,6 +272,8 @@ jobs:
272272
is-default: false
273273
- python-version: "3.12"
274274
is-default: true
275+
- python-version: "3.13"
276+
is-default: false
275277
steps:
276278
- name: Clear Space
277279
run: |
@@ -345,6 +347,8 @@ jobs:
345347
is-default: false
346348
- python-version: "3.12"
347349
is-default: true
350+
- python-version: "3.13"
351+
is-default: false
348352
steps:
349353
- name: Clear Space
350354
run: |
@@ -418,6 +422,8 @@ jobs:
418422
is-default: false
419423
- python-version: "3.12"
420424
is-default: true
425+
- python-version: "3.13"
426+
is-default: false
421427
steps:
422428
- name: Clear Space
423429
run: |
@@ -491,6 +497,8 @@ jobs:
491497
is-default: false
492498
- python-version: "3.12"
493499
is-default: true
500+
- python-version: "3.13"
501+
is-default: false
494502
steps:
495503
- name: Clear Space
496504
run: |

0 commit comments

Comments
 (0)