Skip to content

Commit

Permalink
[py] Fix flake8 error on setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Nov 6, 2020
1 parent 1c479eb commit afad908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/setup.py
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': '~=3.7.*',
'python_requires': '~=3.7',
'classifiers': ['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit afad908

Please sign in to comment.