Skip to content

Commit 0daf2de

Browse files
committed
chore: bump mypy to test with Python 3.10 onwards
1 parent 2ddb3c9 commit 0daf2de

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/mypy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- uses: jpetrucciani/mypy-check@master
2323
with:
2424
requirements: 1.6.0
25-
python_version: 3.9
25+
python_version: 3.10
2626
path: 'python/runfiles'
2727
- uses: jpetrucciani/mypy-check@master
2828
with:
2929
requirements: 1.6.0
30-
python_version: 3.9
30+
python_version: 3.10
3131
path: 'tests/runfiles'

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Other changes:
8585
file. If you have redirects or blocking rules as part of your downloader setup,
8686
you may need to adjust them. What is more, the default uv version has been bumped
8787
`0.11.2`.
88+
* (runfiles): We are stopping the type annotation testing with `mypy` for Python 3.9.
8889

8990
{#v0-0-0-fixed}
9091
### Fixed

0 commit comments

Comments
 (0)