Skip to content

Commit

Permalink
mypy: Python >= 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jan 9, 2025
1 parent cc6f966 commit ccb592f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: type annotation check
timeout-minutes: 10
if: runner.os == 'Linux'
if: runner.os == 'Linux' && matrix.python-version >= '3.10'
run: mypy --install-types --non-interactive

- run: pytest
Expand Down

0 comments on commit ccb592f

Please sign in to comment.