Skip to content

Commit 4bcce1a

Browse files
committed
ci(worker): add python 3.13 to build/test/release matrices (AE-3152)
1 parent 2654cf4 commit 4bcce1a

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: |
@@ -180,7 +180,7 @@ jobs:
180180
strategy:
181181
fail-fast: false
182182
matrix:
183-
python-version: ["3.10", "3.11", "3.12"]
183+
python-version: ["3.10", "3.11", "3.12", "3.13"]
184184
steps:
185185
- name: Clear space
186186
run: |
@@ -270,6 +270,8 @@ jobs:
270270
is-default: false
271271
- python-version: "3.12"
272272
is-default: true
273+
- python-version: "3.13"
274+
is-default: false
273275
steps:
274276
- name: Clear Space
275277
run: |
@@ -343,6 +345,8 @@ jobs:
343345
is-default: false
344346
- python-version: "3.12"
345347
is-default: true
348+
- python-version: "3.13"
349+
is-default: false
346350
steps:
347351
- name: Clear Space
348352
run: |
@@ -416,6 +420,8 @@ jobs:
416420
is-default: false
417421
- python-version: "3.12"
418422
is-default: true
423+
- python-version: "3.13"
424+
is-default: false
419425
steps:
420426
- name: Clear Space
421427
run: |
@@ -489,6 +495,8 @@ jobs:
489495
is-default: false
490496
- python-version: "3.12"
491497
is-default: true
498+
- python-version: "3.13"
499+
is-default: false
492500
steps:
493501
- name: Clear Space
494502
run: |

0 commit comments

Comments
 (0)