Skip to content

Commit

Permalink
Let Python 3.7 rely on an older mypy
Browse files Browse the repository at this point in the history
1.4.1 was the last release supporting Python 3.7, EOL in June 2023.
  • Loading branch information
colindean authored and mrwilson committed Sep 4, 2023
1 parent 902c9ee commit bf90706
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ beautifulsoup4==4.10.0
Jinja2==3.1.2
pytest==7.4.0
bottle==0.12.25
mypy==1.5.1
mypy==1.4.1 ; python_version <= "3.7"
mypy==1.5.1 ; python_version >= "3.8"

0 comments on commit bf90706

Please sign in to comment.