From f7ffb32cfc09c0f5a8324e09e26247be8e541e78 Mon Sep 17 00:00:00 2001 From: Yoel Date: Fri, 24 May 2024 10:36:55 -0500 Subject: [PATCH] Update python version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b948346..ad9c74a 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ long_description=open('README.rst').read(), author='Yoel Cortes-Pena', install_requires=['numba>=0.50.0', 'llvmlite>=0.31', 'numpy'], - python_requires=">=3.6", + python_requires=">=3.9", package_data= {'flexsolve': []}, platforms=['Windows', 'Mac', 'Linux'],