From 4171222ddb0480b7a9337d468a7d901d2304ed3c Mon Sep 17 00:00:00 2001 From: Christian Salamut <20795522+Juphex@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:52:25 +0100 Subject: [PATCH] limit python version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 704dd51..109a023 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", ], - python_requires=">=3.7", + python_requires=">=3.7, <=3.9", install_requires=[ "h5py", "matplotlib",