Skip to content

Commit 36f0c85

Browse files
hugovkAutomatedTester
authored andcommitted
Add python_requires to help pip (#7698)
1 parent 4485328 commit 36f0c85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'description': 'Python bindings for Selenium',
3333
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),
3434
'url': 'https://github.com/SeleniumHQ/selenium/',
35+
'python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
3536
'classifiers': ['Development Status :: 5 - Production/Stable',
3637
'Intended Audience :: Developers',
3738
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)