Skip to content

Commit

Permalink
3.6 and up
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
  • Loading branch information
kennethreitz committed Feb 28, 2018
1 parent 9a008a2 commit 2b22c2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def run(self):
author=AUTHOR,
author_email=EMAIL,
url=URL,
python_requires='>=3.5.0',
python_requires='>=3.6.0',
# If your package is a single module, use this instead of 'packages':
py_modules=['requests_html'],

Expand All @@ -93,7 +93,6 @@ def run(self):
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy'
Expand Down

0 comments on commit 2b22c2f

Please sign in to comment.