workflow: Python3.14->3.13, precludes RC Ansible
All checks were successful
ansible-lint / ansible-lint (push) Successful in 26s

This commit is contained in:
Josh Lay 2025-10-19 14:20:42 -05:00
parent 585f44598a
commit f4eff45aea
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-python@v6 - uses: actions/setup-python@v6
with: with:
python-version: '3.14' python-version: '3.13' # 3.14 requires ansible 2.20+, RC currently
cache: 'pip' cache: 'pip'
env: env:
FORCE_COLOR: '1' FORCE_COLOR: '1'