Skip to content

Commit 8d912c7

Browse files
committed
ci: fix mypy on ci
1 parent ef205f5 commit 8d912c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/mypy.yaml

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

0 commit comments

Comments
 (0)