Skip to content

Commit 28c0d32

Browse files
committed
Add note about SL 4.4
1 parent d383e8b commit 28c0d32

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ SeleniumLibrary 3.2 Selenium 3 Python 2.7 and 3
222222
SeleniumLibrary 4.0 Selenium 3 Python 2.7 and 3.4+ Plugin API and support for event friging webdriver.
223223
SeleniumLibrary 4.1 Selenium 3 Python 2.7 and 3.5+ Drops Python 3.4 support.
224224
SeleniumLibrary 4.2 Selenium 3 Python 2.7 and 3.5+ Supports only Selenium 3.141.0 or newer.
225+
SeleniumLibrary 4.4 Selenium 3 Python 2.7 and 3.6+ New PythonLibCore and dropped Python 3.5 support.
225226
Selenium2Library 3.0 Depends on SeleniumLibrary Depends on SeleniumLibrary Thin wrapper for SeleniumLibrary 3.0 to ease transition.
226227
================================== ========================== ========================== ===============
227228

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
keywords = 'robotframework testing testautomation selenium webdriver web',
3838
platforms = 'any',
3939
classifiers = CLASSIFIERS,
40-
python_requires = '>=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4',
40+
python_requires = '>=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4',
4141
install_requires = REQUIREMENTS,
4242
package_dir = {'': 'src'},
4343
packages = find_packages('src')

0 commit comments

Comments
 (0)