Skip to content

Commit

Permalink
MNT: Bump Python minversion (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored May 18, 2021
1 parent c7a2eba commit dd3914e
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 @@ -112,7 +112,7 @@
setup(name=PACKAGENAME,
version=VERSION,
description=DESCRIPTION,
python_requires='>=3.5',
python_requires='>=3.7',
install_requires=metadata.get('install_requires', 'astropy').strip().split(),
author=AUTHOR,
author_email=AUTHOR_EMAIL,
Expand Down

0 comments on commit dd3914e

Please sign in to comment.