From a072697daec9be8d0d3f65da2a26b250d1ad5b34 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Tue, 23 Aug 2022 21:50:19 +0800 Subject: [PATCH] changed python version to >=3.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f838ee4..edb93f6 100755 --- a/setup.py +++ b/setup.py @@ -35,5 +35,5 @@ setuptools.setup( # 'numpy', # 'scipy', 'matplotlib', # 'astropy', 'healpy', 'ccdproc', 'deepCR', 'photutils'], - python_requires='>=3.7', + python_requires='>=3.8', ) -- GitLab