-
Notifications
You must be signed in to change notification settings - Fork 763
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1928 from emanlove/latest-versions-dec2024
Latest versions dec2024
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ | |
Programming Language :: Python :: 3.10 | ||
Programming Language :: Python :: 3.11 | ||
Programming Language :: Python :: 3.12 | ||
Programming Language :: Python :: 3.13 | ||
Programming Language :: Python :: 3 :: Only | ||
Topic :: Software Development :: Testing | ||
Framework :: Robot Framework | ||
|
@@ -35,14 +36,14 @@ | |
version = VERSION, | ||
description = 'Web testing library for Robot Framework', | ||
long_description = DESCRIPTION, | ||
author = 'Ed Manlove, Yuri Verweij, Lisa Crispin', | ||
author = 'Ed Manlove, Yuri Verweij', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/robotframework/SeleniumLibrary', | ||
license = 'Apache License 2.0', | ||
keywords = 'robotframework testing testautomation selenium webdriver web', | ||
platforms = 'any', | ||
classifiers = CLASSIFIERS, | ||
python_requires = '>=3.8, <3.13', | ||
python_requires = '>=3.8, <3.14', | ||
install_requires = REQUIREMENTS, | ||
package_dir = {'': 'src'}, | ||
packages = find_packages('src'), | ||
|