Skip to content

Commit 3fed172

Browse files
Bump CI jobs to python 3.13
1 parent 014bd20 commit 3fed172

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 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:
@@ -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)