From 21b696f9c32faa72e9d95af12b6f3eaf7f2a8fbd Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Tue, 23 Jul 2024 09:52:46 -0400 Subject: [PATCH] Do not use mypy 1.11.0 Broken on Python 3.8: https://github.com/python/mypy/pull/17543 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d54eb4439..064c68daa 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ commands = [testenv:typing] deps = - mypy + mypy != 1.11.0 types-python-dateutil types-requests commands =