Skip to content

Commit

Permalink
ENH: restrict to Python 3.5 and higher in setup.py (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoa authored Feb 24, 2020
1 parent e177978 commit 97e9a9e
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 @@ -52,6 +52,7 @@ def readme():
keywords="data",
install_requires=INSTALL_REQUIRES,
extras_require=extras,
python_requires=">=3.5",
packages=find_packages(exclude=["contrib", "docs", "tests*"]),
test_suite="tests",
)

0 comments on commit 97e9a9e

Please sign in to comment.