Skip to content

Commit

Permalink
set min python version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianKs committed Jul 10, 2020
1 parent 4e06713 commit 3631277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
# see http:https://numba.pydata.org/numba-doc/0.48.0/reference/pysupported.html
"numba==0.48.0",
],
python_requires='>=3.7', # ax 0.1.10 requires python 3.7
zip_safe=False,
entry_points={"console_scripts": ["kge = kge.cli:main",],},
)

0 comments on commit 3631277

Please sign in to comment.