From 7017c2870654283415aafbd0c61e40019086c620 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Wed, 5 Feb 2025 10:48:07 -0500 Subject: [PATCH] Limit to python 3.12 for 4.6 branch (#6817) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6755ff24e4..60c1a24d12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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