Skip to content

Commit

Permalink
Fix mypy version matching for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Sep 18, 2023
1 parent 5163357 commit e0d1088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pytest == 7.0.1; python_version < '3.7'
pytest == 7.4.2; python_version >= '3.7'
pytest-parametrization == 2022.2.1
mypy == 0.971; python_version < '3.7'
mypy == 1.4.1; python_version == '3.7'
mypy == 1.4.1; python_version == '3.7.*'
mypy == 1.5.1; python_version >= '3.8'

0 comments on commit e0d1088

Please sign in to comment.