From f4eff45aea1bbc44524a89b50ec619a65271233a Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 14:20:42 -0500 Subject: [PATCH] workflow: Python3.14->3.13, precludes RC Ansible --- .github/workflows/ansible-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 73eaa95..4625712 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-python@v6 with: - python-version: '3.14' + python-version: '3.13' # 3.14 requires ansible 2.20+, RC currently cache: 'pip' env: FORCE_COLOR: '1'