diff --git a/py/setup.py b/py/setup.py index eac23104f1d8b..3a3b456381c6e 100755 --- a/py/setup.py +++ b/py/setup.py @@ -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',