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 88c39b3 commit 5eea939Copy full SHA for 5eea939
pyproject.toml
@@ -30,7 +30,7 @@ dynamic = ["version", "readme"]
30
31
[project.optional-dependencies]
32
tests-mypy = [
33
- 'pytest-mypy-plugins; platform_python_implementation == "CPython" and python_version >= "3.9" and python_version < "3.13"',
+ 'pytest-mypy-plugins; platform_python_implementation == "CPython" and python_version >= "3.9"',
34
# Since the mypy error messages keep changing, we have to keep updating this
35
# pin.
36
'mypy>=1.11.1; platform_python_implementation == "CPython" and python_version >= "3.9"',
0 commit comments