Skip to content

Commit

Permalink
[py] update required version of Python in setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jan 14, 2024
1 parent 1b594ee commit b556ac3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions py/setup.py
Expand Up @@ -38,7 +38,7 @@
'Documentation': 'https://www.selenium.dev/documentation/overview/',
'Source Code': 'https://github.com/SeleniumHQ/selenium/tree/trunk/py',
},
'python_requires': '~=3.7',
'python_requires': '~=3.8',
'classifiers': ['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
Expand All @@ -48,7 +48,6 @@
'Topic :: Software Development :: Testing',
'Topic :: Software Development :: Libraries',
'Programming Language :: Python',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'],
'package_dir': {
Expand Down

0 comments on commit b556ac3

Please sign in to comment.