|
32 | 32 | 'description': 'Python bindings for Selenium', |
33 | 33 | 'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(), |
34 | 34 | '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.*', |
36 | 36 | 'classifiers': ['Development Status :: 5 - Production/Stable', |
37 | 37 | 'Intended Audience :: Developers', |
38 | 38 | 'License :: OSI Approved :: Apache Software License', |
|
42 | 42 | 'Topic :: Software Development :: Testing', |
43 | 43 | 'Topic :: Software Development :: Libraries', |
44 | 44 | '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'], |
48 | 48 | 'package_dir': { |
49 | 49 | 'selenium': 'selenium', |
50 | 50 | 'selenium.common': 'selenium/common', |
|
0 commit comments