Skip to content

Commit 67e8726

Browse files
committed
use py3.9 to better match oldest supported python version
1 parent 8d912c7 commit 67e8726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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.11
25+
python_version: 3.9
2626
path: 'python/runfiles'
2727
- uses: jpetrucciani/mypy-check@master
2828
with:
2929
requirements: 1.6.0
30-
python_version: 3.11
30+
python_version: 3.9
3131
path: 'tests/runfiles'

0 commit comments

Comments
 (0)