From f8390aa50faf40f7018954d4a27cd61d3281542d Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Mon, 9 Jan 2023 11:25:17 +0100 Subject: [PATCH] Fix mysqlclient not supporting Python 3.9 --- .github/workflows/ansible-test-plugins.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 3b4a71e..40ae761 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -78,6 +78,8 @@ jobs: ansible: devel - python: 3.9 ansible: stable-2.12 + - python: 3.9 + connector: mysqlclient==2.0.1 - python: 3.10 ansible: stable-2.12