Skip to content

Commit

Permalink
Merge pull request #1928 from emanlove/latest-versions-dec2024
Browse files Browse the repository at this point in the history
Latest versions dec2024
  • Loading branch information
emanlove authored Dec 29, 2024
2 parents 1d6aa86 + 01967a3 commit dd20fa2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
python-version: [3.8, 3.13.0] # pypy-3.9
rf-version: [6.1.1, 7.1.1]
selenium-version: [4.24.0, 4.25.0, 4.26.1]
selenium-version: [4.24.0, 4.25.0, 4.26.1, 4.27.1]
browser: [firefox, chrome, headlesschrome] #edge

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SeleniumLibrary_ is a web testing library for `Robot Framework`_ that
utilizes the Selenium_ tool internally. The project is hosted on GitHub_
and downloads can be found from PyPI_.

SeleniumLibrary currently works with Selenium 4. It supports Python 3.8 through 3.12.
SeleniumLibrary currently works with Selenium 4. It supports Python 3.8 through 3.13.
In addition to the normal Python_ interpreter, it works also
with PyPy_.

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'),
Expand Down

0 comments on commit dd20fa2

Please sign in to comment.