Skip to content

Commit 41740f7

Browse files
authored
Unpin Mypy (#1324)
1 parent 6e51cb7 commit 41740f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tests-mypy = [
3434
'pytest-mypy-plugins; platform_python_implementation == "CPython" and python_version >= "3.9" and python_version < "3.13"',
3535
# Since the mypy error messages keep changing, we have to keep updating this
3636
# pin.
37-
'mypy>=1.10.1,<1.11.1; platform_python_implementation == "CPython" and python_version >= "3.9"',
37+
'mypy>=1.11.1; platform_python_implementation == "CPython" and python_version >= "3.9"',
3838
]
3939
tests = [
4040
# For regression test to ensure cloudpickle compat doesn't break.

0 commit comments

Comments
 (0)