Skip to content

Commit abc69a0

Browse files
Pin mypy for regression in v1.12. (#484)
See issue: python/mypy#17960 Fixed in master: python/mypy#17355 after last release v1.3.0.
1 parent a5571ff commit abc69a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ zip_safe = false
3939
tests =
4040
pytest
4141
pytest-asyncio
42-
mypy>=0.800
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
4345

4446
[tool:pytest]
4547
testpaths = tests

0 commit comments

Comments
 (0)