Skip to content

Commit

Permalink
py3: modify python_requires to support 3.5 onwards
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr. Outis committed Dec 30, 2019
1 parent 2180811 commit d3d6f67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,9 @@ def run(self):
"tests": tests_requirements,
},
keywords="data science, data version control, machine learning",
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
python_requires=">=3.5",
classifiers=[
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit d3d6f67

Please sign in to comment.