Skip to content

Commit 626d14a

Browse files
[py] Update supported versions to py3.7+
1 parent e352074 commit 626d14a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

py/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +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.*, !=3.4.*',
35+
'python_requires': '~=3.7.*',
3636
'classifiers': ['Development Status :: 5 - Production/Stable',
3737
'Intended Audience :: Developers',
3838
'License :: OSI Approved :: Apache Software License',
@@ -42,9 +42,9 @@
4242
'Topic :: Software Development :: Testing',
4343
'Topic :: Software Development :: Libraries',
4444
'Programming Language :: Python',
45-
'Programming Language :: Python :: 2.7',
46-
'Programming Language :: Python :: 3.5',
47-
'Programming Language :: Python :: 3.6'],
45+
'Programming Language :: Python :: 3.7',
46+
'Programming Language :: Python :: 3.8',
47+
'Programming Language :: Python :: 3.9'],
4848
'package_dir': {
4949
'selenium': 'selenium',
5050
'selenium.common': 'selenium/common',

0 commit comments

Comments
 (0)