Skip to content

Commit

Permalink
modify python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
komo-fr committed May 19, 2021
1 parent 5b19fb4 commit 4366cc1
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 @@ -22,7 +22,7 @@ def read_file(filename):
long_description=read_file("README.rst"),
url="https://github.com/tknrsgym/quara",
license="Apache License 2.0",
python_requires="~=3.7",
python_requires=">=3.7",
install_requires=[
"numpy>=1.18",
"scipy",
Expand Down

0 comments on commit 4366cc1

Please sign in to comment.