Skip to content

Commit 3c7632c

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 c042cb4 commit 3c7632c

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: |
@@ -173,7 +173,7 @@ jobs:
173173
strategy:
174174
fail-fast: false
175175
matrix:
176-
python-version: ["3.10", "3.11", "3.12"]
176+
python-version: ["3.10", "3.11", "3.12", "3.13"]
177177
steps:
178178
- name: Clear space
179179
run: |
@@ -256,6 +256,8 @@ jobs:
256256
is-default: false
257257
- python-version: "3.12"
258258
is-default: true
259+
- python-version: "3.13"
260+
is-default: false
259261
steps:
260262
- name: Clear Space
261263
run: |
@@ -329,6 +331,8 @@ jobs:
329331
is-default: false
330332
- python-version: "3.12"
331333
is-default: true
334+
- python-version: "3.13"
335+
is-default: false
332336
steps:
333337
- name: Clear Space
334338
run: |
@@ -402,6 +406,8 @@ jobs:
402406
is-default: false
403407
- python-version: "3.12"
404408
is-default: true
409+
- python-version: "3.13"
410+
is-default: false
405411
steps:
406412
- name: Clear Space
407413
run: |
@@ -475,6 +481,8 @@ jobs:
475481
is-default: false
476482
- python-version: "3.12"
477483
is-default: true
484+
- python-version: "3.13"
485+
is-default: false
478486
steps:
479487
- name: Clear Space
480488
run: |

0 commit comments

Comments
 (0)