From fde686a1705005a020c88458b52ce4c6c42d1f83 Mon Sep 17 00:00:00 2001 From: Shan E Ahmed Raza <13048456+shaneahmed@users.noreply.github.com> Date: Sat, 16 Dec 2023 00:43:03 +0000 Subject: [PATCH] :pushpin: Specify Python versions Signed-off-by: Shan E Ahmed Raza <13048456+shaneahmed@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ecefe033c..63043b229 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( author="TIA Centre", author_email="tia@dcs.warwick.ac.uk", - python_requires=">=3.8, <=3.11", + python_requires=">=3.8, <3.12", classifiers=[ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers",