Skip to content

Commit 0954cd4

Browse files
Bump CI jobs to python 3.13 (#2607)
1 parent f201120 commit 0954cd4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
env:
1111
CACHE_VERSION: 3
1212
KEY_PREFIX: venv
13-
DEFAULT_PYTHON: "3.12"
13+
DEFAULT_PYTHON: "3.13"
1414
PRE_COMMIT_CACHE: ~/.cache/pre-commit
1515

1616
concurrency:
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
fail-fast: false
8383
matrix:
84-
python-version: [3.9, "3.10", "3.11", "3.12", "3.13-dev"]
84+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
8585
outputs:
8686
python-key: ${{ steps.generate-python-key.outputs.key }}
8787
steps:
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
fail-fast: false
141141
matrix:
142-
python-version: [3.9, "3.10", "3.11", "3.12", "3.13-dev"]
142+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
143143
steps:
144144
- name: Set temp directory
145145
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
@@ -245,11 +245,11 @@ jobs:
245245
steps:
246246
- name: Check out code from GitHub
247247
uses: actions/[email protected]
248-
- name: Set up Python 3.12
248+
- name: Set up Python 3.13
249249
id: python
250250
uses: actions/[email protected]
251251
with:
252-
python-version: "3.12"
252+
python-version: "3.13"
253253
check-latest: true
254254
- name: Install dependencies
255255
run: pip install -U -r requirements_minimal.txt

.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

0 commit comments

Comments
 (0)