From d9af197801376fae178761cac12d57178a738cf4 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 28 Jan 2025 08:02:13 +0100 Subject: Refs #36005 -- Bumped minimum supported versions of 3rd-party packages. This bumps minimum supported versions of 3rd-party packages to the first releases to support Python 3.12. --- docs/topics/testing/tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/testing/tools.txt') diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index a03ad7da78..ce8e3fd821 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1022,7 +1022,7 @@ First of all, you need to install the :pypi:`selenium` package: .. console:: - $ python -m pip install "selenium >= 4.8.0" + $ python -m pip install "selenium >= 4.23.0" Then, add a ``LiveServerTestCase``-based test to your app's tests module (for example: ``myapp/tests.py``). For this example, we'll assume you're using -- cgit v1.3