From ba8b1fd14f759ae897cad1f993dcefc10c133f32 Mon Sep 17 00:00:00 2001 From: "R. Sicart" Date: Tue, 13 Sep 2022 09:27:49 +0200 Subject: [PATCH] Fix: devel requires python 3.9 Package 'ansible-core' requires a different Python: 3.8.13 not in '>=3.9' --- .github/workflows/ansible-test-roles.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ansible-test-roles.yml b/.github/workflows/ansible-test-roles.yml index bda6986..cedb267 100644 --- a/.github/workflows/ansible-test-roles.yml +++ b/.github/workflows/ansible-test-roles.yml @@ -30,6 +30,7 @@ jobs: python: - 3.6 - 3.8 + - 3.9 exclude: - python: 3.8 ansible: stable-2.11 @@ -39,6 +40,8 @@ jobs: ansible: stable-2.13 - python: 3.6 ansible: devel + - python: 3.8 + ansible: devel steps: