From 4cd00b7559c0f7babde302fcb7b6d55ae0647444 Mon Sep 17 00:00:00 2001 From: Georg Schramm Date: Tue, 1 Jun 2021 11:45:00 +0200 Subject: [PATCH] remove python<3.9 restriction --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 833a32d..4510ecd 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Operating System :: OS Independent", ], - python_requires='>=3.6, <3.9', + python_requires='>=3.6', install_requires=['numpy>=1.15', 'scipy>=1.1', 'matplotlib>=2.2.2',