From 4abb304bed3a4eb3fc961a8ae1b5ef1fb9485ad6 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 6 Jan 2023 18:04:49 +0100 Subject: [PATCH] Github complain it doesn't find python 3.1 !!! --- .github/workflows/ansible-test-plugins.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 10882b6..3b4a71e 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -55,8 +55,8 @@ jobs: # - devel python: # - 3.8 - # - 3.9 - - 3.10 + - 3.9 + # - 3.10 connector: - pymysql==0.7.10 - pymysql==0.9.3