From 7d9329935a842510fab5eb2634bf08e40e1cb2cb Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 5 Jan 2023 16:34:14 +0100 Subject: Refs #32355 -- Bumped mysqlclient requirement to >= 1.4.3. mysqlclient 1.4.3 is the first release to support Python 3.8. --- tests/requirements/mysql.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/requirements/mysql.txt b/tests/requirements/mysql.txt index df8a023017..27be1d86cc 100644 --- a/tests/requirements/mysql.txt +++ b/tests/requirements/mysql.txt @@ -1 +1 @@ -mysqlclient >= 1.4.0 +mysqlclient >= 1.4.3 -- cgit v1.3