Skip to content

Commit b556ac3

Browse files
committed
[py] update required version of Python in setup file
1 parent 1b594ee commit b556ac3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

py/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'Documentation': 'https://www.selenium.dev/documentation/overview/',
3939
'Source Code': 'https://github.com/SeleniumHQ/selenium/tree/trunk/py',
4040
},
41-
'python_requires': '~=3.7',
41+
'python_requires': '~=3.8',
4242
'classifiers': ['Development Status :: 5 - Production/Stable',
4343
'Intended Audience :: Developers',
4444
'License :: OSI Approved :: Apache Software License',
@@ -48,7 +48,6 @@
4848
'Topic :: Software Development :: Testing',
4949
'Topic :: Software Development :: Libraries',
5050
'Programming Language :: Python',
51-
'Programming Language :: Python :: 3.7',
5251
'Programming Language :: Python :: 3.8',
5352
'Programming Language :: Python :: 3.9'],
5453
'package_dir': {

0 commit comments

Comments
 (0)