Skip to content

Commit 9decf74

Browse files
committed
Skip mypy when Python < 3.9
1 parent c757908 commit 9decf74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
continue-on-error: true
9696

9797
- name: Check types with mypy
98+
if: matrix.python-version != '3.7' && matrix.python-version != '3.8'
9899
run: |
99100
mypy --python-version="${PYTHON_VERSION%t}" # Version only, with no "t" for free-threaded.
100101
env:

0 commit comments

Comments
 (0)