Skip to content

Commit 4a84f98

Browse files
committed
chore: bump mypy to test with Python 3.10 onwards
1 parent 97f7c0c commit 4a84f98

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
@@ -79,6 +79,7 @@ Other changes:
7979
file. If you have redirects or blocking rules as part of your downloader setup,
8080
you may need to adjust them. What is more, the default uv version has been bumped
8181
`0.11.2`.
82+
* (runfiles): We are stopping the type annotation testing with `mypy` for Python 3.9.
8283

8384
{#v0-0-0-fixed}
8485
### Fixed

0 commit comments

Comments
 (0)