We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e51cb7 commit 41740f7Copy full SHA for 41740f7
1 file changed
pyproject.toml
@@ -34,7 +34,7 @@ tests-mypy = [
34
'pytest-mypy-plugins; platform_python_implementation == "CPython" and python_version >= "3.9" and python_version < "3.13"',
35
# Since the mypy error messages keep changing, we have to keep updating this
36
# pin.
37
- 'mypy>=1.10.1,<1.11.1; platform_python_implementation == "CPython" and python_version >= "3.9"',
+ 'mypy>=1.11.1; platform_python_implementation == "CPython" and python_version >= "3.9"',
38
]
39
tests = [
40
# For regression test to ensure cloudpickle compat doesn't break.
0 commit comments