Skip to content

Commit 7022883

Browse files
committed
Remove mypy checking for Python 3.7
Appears to be incompatible with recent mypy, and since 3.7 is EOL it seems to be an acceptable compromise.
1 parent 0a04365 commit 7022883

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/python-package.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
strategy:
1616
matrix:
1717
python-version:
18-
- '3.7'
1918
- '3.8'
2019
- '3.9'
2120
- '3.10'

0 commit comments

Comments
 (0)