Skip to content

Commit

Permalink
[py] correct python_requires in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Oct 22, 2019
1 parent e7ff089 commit 18730ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +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.*',
'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 18730ef

Please sign in to comment.