From 6bed4d1c90d3b5a1e6b1722def3fddfb5fd5576b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 10 May 2021 19:28:05 +0200 Subject: [PATCH] Update Python versions for integration tests: add Python 3.10 (#30) * Update Python versions for integration tests (that currently do not exist). * 3.10 in YAML is 3.1... --- .github/workflows/ansible-test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 21878cc..ca6264c 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -140,9 +140,16 @@ jobs: # - 3.7 # - 3.8 # - 3.9 +# - "3.10" # exclude: # - ansible: stable-2.9 # python: 3.9 +# - ansible: stable-2.9 +# python: "3.10" +# - ansible: stable-2.10 +# python: "3.10" +# - ansible: stable-2.11 +# python: "3.10" # # steps: # - name: Check out code