Skip to content

Commit

Permalink
Change python_requires to >=
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinfan1996 committed Aug 26, 2023
1 parent 2098ebf commit 761b738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ def get_version(rel_path):
"Programming Language :: Python",
],
install_requires=["astropy>=4.0", "numpy", "scipy", "healpy"],
python_requires=">" + str(required_py_version),
python_requires=">=" + str(required_py_version),
)

0 comments on commit 761b738

Please sign in to comment.