Back off Python versions as Ansible 2.17 is not supported with Python 3.13

This commit is contained in:
Chris Hawk 2025-01-10 15:03:59 -08:00
parent 7cee2e87b0
commit 38146cdc9b

View file

@ -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