From 51d1b8346c30a4d7756390ff919d184c5c110eaa Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 27 Nov 2024 08:59:06 +0100 Subject: [PATCH] Blacklist 2.0.25. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3cab227..9ed2bec 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,8 @@ '!=1.4.4', '!=1.4.5', '!=1.4.6', - '!=2.0.26', # Tests run into a deadlock on Python 3.12 from here on + '!=2.0.25', # Tests run into a deadlock on Python 3.12 from here on + '!=2.0.26', '!=2.0.27', '!=2.0.28', '!=2.0.29',