Skip to content

Commit

Permalink
Update setup.py to require python >= 3.7 (#1608)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update setup.py
  • Loading branch information
ahnitz authored Nov 15, 2021
1 parent cb6fc5b commit 0c9da0f
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 @@ -58,6 +58,7 @@ def get_version():
long_description=get_long_description(),
long_description_content_type="text/markdown",
include_package_data=True,
python_requires='>=3.7',
classifiers=[
"Development Status :: 4 - Beta",
"Framework :: Matplotlib",
Expand Down

0 comments on commit 0c9da0f

Please sign in to comment.