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 2ddb3c9 commit 0daf2deCopy full SHA for 0daf2de
2 files changed
.github/workflows/mypy.yaml
@@ -22,10 +22,10 @@ jobs:
22
- uses: jpetrucciani/mypy-check@master
23
with:
24
requirements: 1.6.0
25
- python_version: 3.9
+ python_version: 3.10
26
path: 'python/runfiles'
27
28
29
30
31
path: 'tests/runfiles'
CHANGELOG.md
@@ -85,6 +85,7 @@ Other changes:
85
file. If you have redirects or blocking rules as part of your downloader setup,
86
you may need to adjust them. What is more, the default uv version has been bumped
87
`0.11.2`.
88
+* (runfiles): We are stopping the type annotation testing with `mypy` for Python 3.9.
89
90
{#v0-0-0-fixed}
91
### Fixed
0 commit comments