Skip to content

Commit

Permalink
Set python_requires in setup.py (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe authored and kosack committed May 16, 2019
1 parent ea7b10c commit f5a8b40
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 @@ -49,6 +49,7 @@
packages=find_packages(),
version=package.version.get_version(pep440=True),
description=DESCRIPTION,
python_requires='>=3.6',
# these should be minimum list of what is needed to run (note
# don't need to list the sub-dependencies like numpy, since
# astropy already depends on it)
Expand Down

0 comments on commit f5a8b40

Please sign in to comment.