Skip to content

Commit 5eea939

Browse files
committed
Install pytest-mypy-plugins on 3.13
1 parent 88c39b3 commit 5eea939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dynamic = ["version", "readme"]
3030

3131
[project.optional-dependencies]
3232
tests-mypy = [
33-
'pytest-mypy-plugins; platform_python_implementation == "CPython" and python_version >= "3.9" and python_version < "3.13"',
33+
'pytest-mypy-plugins; platform_python_implementation == "CPython" and python_version >= "3.9"',
3434
# Since the mypy error messages keep changing, we have to keep updating this
3535
# pin.
3636
'mypy>=1.11.1; platform_python_implementation == "CPython" and python_version >= "3.9"',

0 commit comments

Comments
 (0)