Commit a072697d authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

changed python version to >=3.8

parent 8df9ffd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,5 +35,5 @@ setuptools.setup(
    #                   'numpy',
    #                   'scipy', 'matplotlib',
    #                   'astropy', 'healpy', 'ccdproc', 'deepCR', 'photutils'],
    python_requires='>=3.7',
    python_requires='>=3.8',
)