Skip to content

Commit

Permalink
Remove mypy checking for Python 3.7
Browse files Browse the repository at this point in the history
Appears to be incompatible with recent mypy, and since 3.7 is EOL
it seems to be an acceptable compromise.
  • Loading branch information
kjd committed Nov 23, 2023
1 parent 0a04365 commit 7022883
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
strategy:
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
Expand Down

0 comments on commit 7022883

Please sign in to comment.