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 cbd50a4 commit 0ffe46fCopy full SHA for 0ffe46f
.github/workflows/mypy.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/checkout@v4
34
- uses: actions/setup-python@v5
35
with:
36
- python-version: "3.x"
+ python-version: "3.13"
37
cache: pip
38
cache-dependency-path: Tools/requirements-dev.txt
39
- run: pip install -r Tools/requirements-dev.txt
Tools/requirements-dev.txt
@@ -1,2 +1,2 @@
1
# Requirements file for external linters and checks we run on Tools/clinic/ in CI
2
-mypy==1.7.1
+mypy==1.12
0 commit comments