diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a41741b2..310739427 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.10' + python-version: '3.11' - name: Save PR Info on Unix systems if: ${{ runner.os != 'windows' }} @@ -603,7 +603,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.10' + 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.10' + python-version: '3.11' - name: Save PR Info on Unix systems if: ${{ runner.os != 'windows' }}