Skip to content

Commit 97e9a9e

Browse files
authored
ENH: restrict to Python 3.5 and higher in setup.py (#314)
1 parent e177978 commit 97e9a9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def readme():
5252
keywords="data",
5353
install_requires=INSTALL_REQUIRES,
5454
extras_require=extras,
55+
python_requires=">=3.5",
5556
packages=find_packages(exclude=["contrib", "docs", "tests*"]),
5657
test_suite="tests",
5758
)

0 commit comments

Comments
 (0)