From 38146cdc9b76ddffcca4c5436dd24a1735e635d5 Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Fri, 10 Jan 2025 15:03:59 -0800 Subject: [PATCH] Back off Python versions as Ansible 2.17 is not supported with Python 3.13 --- .github/workflows/ansible-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 29bc388..50c76fc 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -16,9 +16,9 @@ jobs: - stable-2.17 - stable-2.18 python_version: + - '3.10' - '3.11' - '3.12' - - '3.13' steps: - name: check out code uses: actions/checkout@v4 @@ -49,9 +49,9 @@ jobs: - stable-2.17 - stable-2.18 python_version: + - '3.10' - '3.11' - '3.12' - - '3.13' steps: - name: check out code uses: actions/checkout@v4