Skip to content

Commit

Permalink
pytest-mypy-plugins doesn't work on 3.13 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed May 8, 2024
1 parent 9c10ff2 commit 3a649f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dynamic = ["version", "readme"]

[project.optional-dependencies]
tests-mypy = [
'pytest-mypy-plugins; platform_python_implementation == "CPython" and python_version >= "3.8"',
'pytest-mypy-plugins; platform_python_implementation == "CPython" and python_version >= "3.8" and python_version < "3.13"',
# Since the mypy error messages keep changing, we have to keep updating this
# pin.
'mypy>=1.6,<1.10; platform_python_implementation == "CPython" and python_version >= "3.8"',
Expand Down

0 comments on commit 3a649f1

Please sign in to comment.