From c4d004b8fa1640b57d404bd0bbf14e22678df685 Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Sun, 5 May 2024 19:30:39 +0100 Subject: [PATCH] Change to python 3.11 --- .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 8809eae6b..958d9620e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,7 +134,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.11' - name: Save PR Info on Unix systems if: ${{ runner.os != 'windows' }} @@ -602,7 +602,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.11' - name: Save PR Info on Unix systems if: ${{ runner.os != 'windows' }} @@ -1142,7 +1142,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.11' - name: Save PR Info on Unix systems if: ${{ runner.os != 'windows' }}