1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #34233 -- Bumped minimum supported version of Selenium to 4.8.0.

This bumps minimum supported versions of selenium to the first release
to support Python 3.10.
This commit is contained in:
Mariusz Felisiak
2023-06-26 14:22:54 +02:00
committed by GitHub
parent 3152f9de47
commit 370a021780
4 changed files with 6 additions and 3 deletions

View File

@@ -448,6 +448,9 @@ Miscellaneous
* The minimum supported version of ``asgiref`` is increased from 3.6.0 to
3.7.0.
* The minimum supported version of ``selenium`` is increased from 3.8.0 to
4.8.0.
.. _deprecated-features-5.0:
Features deprecated in 5.0