|
18 | 18 | Programming Language :: Python :: 3.10 |
19 | 19 | Programming Language :: Python :: 3.11 |
20 | 20 | Programming Language :: Python :: 3.12 |
| 21 | +Programming Language :: Python :: 3.13 |
21 | 22 | Programming Language :: Python :: 3 :: Only |
22 | 23 | Topic :: Software Development :: Testing |
23 | 24 | Framework :: Robot Framework |
|
35 | 36 | version = VERSION, |
36 | 37 | description = 'Web testing library for Robot Framework', |
37 | 38 | long_description = DESCRIPTION, |
38 | | - author = 'Ed Manlove, Yuri Verweij, Lisa Crispin', |
| 39 | + author = 'Ed Manlove, Yuri Verweij', |
39 | 40 | author_email = '[email protected]', |
40 | 41 | url = 'https://github.com/robotframework/SeleniumLibrary', |
41 | 42 | license = 'Apache License 2.0', |
42 | 43 | keywords = 'robotframework testing testautomation selenium webdriver web', |
43 | 44 | platforms = 'any', |
44 | 45 | classifiers = CLASSIFIERS, |
45 | | - python_requires = '>=3.8, <3.13', |
| 46 | + python_requires = '>=3.8, <3.14', |
46 | 47 | install_requires = REQUIREMENTS, |
47 | 48 | package_dir = {'': 'src'}, |
48 | 49 | packages = find_packages('src'), |
|
0 commit comments