Skip to content

Commit f34be84

Browse files
Updated mypy pin (#490)
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.
1 parent abc69a0 commit f34be84

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.cfg

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ zip_safe = false
3939
tests =
4040
pytest
4141
pytest-asyncio
42-
# Pending release of https://github.com/python/mypy/pull/17355
43-
# Likely in v1.13.1+, when pip can be removed.
44-
mypy~=1.11.0
42+
mypy>=1.14.0
4543

4644
[tool:pytest]
4745
testpaths = tests

0 commit comments

Comments
 (0)