From 5eea939b64c9669b7b0beb5f15a61c0012a48e07 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 14 Oct 2024 15:33:12 +0200 Subject: [PATCH] Install pytest-mypy-plugins on 3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e903e621..8897aaa3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dynamic = ["version", "readme"] [project.optional-dependencies] tests-mypy = [ - '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"', # Since the mypy error messages keep changing, we have to keep updating this # pin. 'mypy>=1.11.1; platform_python_implementation == "CPython" and python_version >= "3.9"',