From 0b1a6b2832cef4f521892dbd7be1776cf2404ba0 Mon Sep 17 00:00:00 2001 From: Shan E Ahmed Raza <13048456+shaneahmed@users.noreply.github.com> Date: Sat, 16 Dec 2023 00:37:32 +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 784075514..ecefe033c 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", + python_requires=">=3.8, <=3.11", classifiers=[ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers",