From 498e031815312485cb9fb54a88291d3eb5735efd Mon Sep 17 00:00:00 2001 From: Simon Brunning Date: Wed, 11 Aug 2021 16:01:32 +0100 Subject: [PATCH] Works on Python 3.10 now, I think. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9f1bdef..45bac84 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def read(fname): "pytest>=5.0", "pytest-sugar", "coverage", - "pytest-mypy-plugins; python_version<'3.10'", + "pytest-mypy-plugins", "types-mock", ] TESTS_NUMPY = ["numpy"]