Skip to content

Commit

Permalink
Add python_requires to help pip (SeleniumHQ#7698)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and AutomatedTester committed Oct 21, 2019
1 parent 4485328 commit 36f0c85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'description': 'Python bindings for Selenium',
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),
'url': 'https://github.com/SeleniumHQ/selenium/',
'python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
'classifiers': ['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit 36f0c85

Please sign in to comment.