Skip to content

Commit ec5ad2c

Browse files
committed
Target Python 3.13 for quality checks and pre-commit
1 parent 098e95e commit ec5ad2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: "Quality"
7070
runner: "ubuntu-latest"
7171
cpythons:
72-
- "3.12"
72+
- "3.13"
7373
tox-environments:
7474
- "docs"
7575
- "mypy"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: "quarterly"
33

44
default_language_version:
5-
python: "python3.12"
5+
python: "python3.13"
66

77
repos:
88
- repo: "meta"

0 commit comments

Comments
 (0)