From 61ce97ae21c774afee8cea0326644fe4dd3fed8d Mon Sep 17 00:00:00 2001 From: jeromehuewe <59164829+jeromehuewe@users.noreply.github.com> Date: Thu, 23 May 2024 09:06:55 +0200 Subject: [PATCH] Specify supported Python version Version 3.6.0 only supports Python up to version 3.11 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 68b3405d3..85819fcab 100644 --- a/README.rst +++ b/README.rst @@ -10,8 +10,8 @@ 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 or -newer. In addition to the normal Python_ interpreter, it works also +SeleniumLibrary currently works with Selenium 4. It supports Python 3.8 through 3.11. +In addition to the normal Python_ interpreter, it works also with PyPy_. SeleniumLibrary is based on the "old SeleniumLibrary" that was forked to