We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098e95e commit ec5ad2cCopy full SHA for ec5ad2c
.github/workflows/test.yaml
@@ -69,7 +69,7 @@ jobs:
69
- name: "Quality"
70
runner: "ubuntu-latest"
71
cpythons:
72
- - "3.12"
+ - "3.13"
73
tox-environments:
74
- "docs"
75
- "mypy"
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
2
autoupdate_schedule: "quarterly"
3
4
default_language_version:
5
- python: "python3.12"
+ python: "python3.13"
6
7
repos:
8
- repo: "meta"
0 commit comments