Pin python to 3.13 for ansible 2.19 support (#462)

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2025-11-10 09:29:24 -08:00
committed by GitHub
parent 7209114690
commit db206785b4
2 changed files with 4 additions and 4 deletions

View File

@@ -16,10 +16,10 @@ jobs:
- name: Check out the codebase.
uses: actions/checkout@v4
- name: Set up Python 3.7.
- name: Set up Python 3.13.
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.13.x'
- name: Install test dependencies.
run: pip3 install yamllint ansible-lint ansible