Limit to python 3.12 for 4.6 branch (#6817)

This commit is contained in:
Alan Rominger 2025-02-05 10:48:07 -05:00 committed by GitHub
parent 48ee5b05ee
commit 7017c28706
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.12'
- uses: ./.github/actions/run_awx_devel
id: awx
@ -201,7 +201,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.12'
- uses: ./.github/actions/run_awx_devel
id: awx
@ -253,7 +253,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.12'
- name: Upgrade ansible-core
run: python3 -m pip install --upgrade ansible-core