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 97f7c0c commit 4a84f98Copy full SHA for 4a84f98
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
@@ -79,6 +79,7 @@ Other changes:
79
file. If you have redirects or blocking rules as part of your downloader setup,
80
you may need to adjust them. What is more, the default uv version has been bumped
81
`0.11.2`.
82
+* (runfiles): We are stopping the type annotation testing with `mypy` for Python 3.9.
83
84
{#v0-0-0-fixed}
85
### Fixed
0 commit comments