Skip to content

Commit 0ffe46f

Browse files
committed
Bump Python to 3.13 and mypy to 1.12
1 parent cbd50a4 commit 0ffe46f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434
- uses: actions/setup-python@v5
3535
with:
36-
python-version: "3.x"
36+
python-version: "3.13"
3737
cache: pip
3838
cache-dependency-path: Tools/requirements-dev.txt
3939
- run: pip install -r Tools/requirements-dev.txt

Tools/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Requirements file for external linters and checks we run on Tools/clinic/ in CI
2-
mypy==1.7.1
2+
mypy==1.12

0 commit comments

Comments
 (0)