Skip to content

Commit

Permalink
Updated mypy pin (#490)
Browse files Browse the repository at this point in the history
Regression in mypy v1.12 was resolved in v1.14. Use that as a minimum
pin (rather than clearing it) to force/suggest/trigger an update for
existing environments.
  • Loading branch information
carltongibson authored Feb 4, 2025
1 parent abc69a0 commit f34be84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ zip_safe = false
tests =
pytest
pytest-asyncio
# Pending release of https://github.com/python/mypy/pull/17355
# Likely in v1.13.1+, when pip can be removed.
mypy~=1.11.0
mypy>=1.14.0

[tool:pytest]
testpaths = tests
Expand Down

0 comments on commit f34be84

Please sign in to comment.