Skip to content

Commit c131f0e

Browse files
Bump CI jobs to python 3.13 (#10011)
1 parent 5150344 commit c131f0e

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
CACHE_VERSION: 1
1010
KEY_PREFIX: base-venv
11-
DEFAULT_PYTHON: "3.12"
11+
DEFAULT_PYTHON: "3.13"
1212

1313
permissions:
1414
contents: read

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
env:
1414
CACHE_VERSION: 2
1515
KEY_PREFIX: base-venv
16-
DEFAULT_PYTHON: "3.12"
16+
DEFAULT_PYTHON: "3.13"
1717
PRE_COMMIT_CACHE: ~/.cache/pre-commit
1818

1919
concurrency:

.github/workflows/primer-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
timeout-minutes: 5
3131
strategy:
3232
matrix:
33-
python-version: [3.9, "3.10", "3.11", "3.12", "3.13-dev"]
33+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
3434
outputs:
3535
python-key: ${{ steps.generate-python-key.outputs.key }}
3636
steps:
@@ -72,7 +72,7 @@ jobs:
7272
needs: prepare-tests-linux
7373
strategy:
7474
matrix:
75-
python-version: [3.9, "3.10", "3.11", "3.12", "3.13-dev"]
75+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
7676
steps:
7777
- name: Check out code from GitHub
7878
uses: actions/[email protected]

.github/workflows/primer_comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
# This needs to be the SAME as in the Main and PR job
1717
CACHE_VERSION: 4
1818
KEY_PREFIX: venv-primer
19-
DEFAULT_PYTHON: "3.12"
19+
DEFAULT_PYTHON: "3.13"
2020

2121
permissions:
2222
contents: read

.github/workflows/primer_run_main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
timeout-minutes: 45
3030
strategy:
3131
matrix:
32-
python-version: ["3.9", "3.12"]
32+
python-version: ["3.9", "3.13"]
3333
batches: [4]
3434
batchIdx: [0, 1, 2, 3]
3535
steps:

.github/workflows/primer_run_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
timeout-minutes: 45
3939
strategy:
4040
matrix:
41-
python-version: ["3.9", "3.12"]
41+
python-version: ["3.9", "3.13"]
4242
batches: [4]
4343
batchIdx: [0, 1, 2, 3]
4444
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- published
77

88
env:
9-
DEFAULT_PYTHON: "3.12"
9+
DEFAULT_PYTHON: "3.13"
1010

1111
permissions:
1212
contents: read

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
python-version: [3.9, "3.10", "3.11", "3.12", "3.13-dev"]
34+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
3535
outputs:
3636
python-key: ${{ steps.generate-python-key.outputs.key }}
3737
steps:
@@ -94,7 +94,7 @@ jobs:
9494
id: python
9595
uses: actions/[email protected]
9696
with:
97-
python-version: "3.12"
97+
python-version: "3.13"
9898
check-latest: true
9999
- name: Restore Python virtual environment
100100
id: cache-venv
@@ -126,7 +126,7 @@ jobs:
126126
strategy:
127127
fail-fast: false
128128
matrix:
129-
python-version: ["3.12"]
129+
python-version: ["3.13"]
130130
steps:
131131
- name: Check out code from GitHub
132132
uses: actions/[email protected]
@@ -177,7 +177,7 @@ jobs:
177177
strategy:
178178
fail-fast: false
179179
matrix:
180-
python-version: [3.9, "3.10", "3.11", "3.12", "3.13-dev"]
180+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
181181
steps:
182182
- name: Set temp directory
183183
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV

0 commit comments

Comments
 (0)