From 2ce682898becfadf11de16da61b821079671ac37 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Thu, 11 Jan 2024 17:17:26 +0100 Subject: [PATCH] Update python version to 3.11 and galaxy branch to 23.2 --- .github/workflows/ci.yaml | 10 +++++----- .github/workflows/pr.yaml | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1eaf12a7f70..d8b904061d1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ on: types: [run-all-tool-tests-command] env: GALAXY_FORK: galaxyproject - GALAXY_BRANCH: release_23.1 + GALAXY_BRANCH: release_23.2 MAX_CHUNKS: 40 jobs: setup: @@ -23,7 +23,7 @@ jobs: chunk-list: ${{ steps.discover.outputs.chunk-list }} strategy: matrix: - python-version: ['3.7'] + python-version: ['3.11'] steps: - name: Add reaction if: ${{ github.event.client_payload.slash_command.command == 'run-all-tool-tests' }} @@ -82,7 +82,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.7'] + python-version: ['3.11'] steps: - uses: actions/checkout@v3 with: @@ -120,7 +120,7 @@ jobs: fail-fast: false matrix: chunk: ${{ fromJson(needs.setup.outputs.chunk-list) }} - python-version: ['3.7'] + python-version: ['3.11'] services: postgres: image: postgres:11 @@ -178,7 +178,7 @@ jobs: needs: [setup, test] strategy: matrix: - python-version: ['3.7'] + python-version: ['3.11'] # This job runs on Linux runs-on: ubuntu-latest steps: diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index d617e5ca1e3..d533aa5acb5 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -17,7 +17,7 @@ on: - '*' env: GALAXY_FORK: galaxyproject - GALAXY_BRANCH: release_23.1 + GALAXY_BRANCH: release_23.2 MAX_CHUNKS: 4 MAX_FILE_SIZE: 1M concurrency: @@ -45,7 +45,7 @@ jobs: commit-range: ${{ steps.discover.outputs.commit-range }} strategy: matrix: - python-version: ['3.7'] + python-version: ['3.11'] steps: - name: Print github context properties run: | @@ -111,7 +111,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.7'] + python-version: ['3.11'] steps: - uses: actions/checkout@v3 with: @@ -157,7 +157,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.7'] + python-version: ['3.11'] steps: - uses: actions/checkout@v3 with: @@ -278,7 +278,7 @@ jobs: fail-fast: false matrix: chunk: ${{ fromJson(needs.setup.outputs.chunk-list) }} - python-version: ['3.7'] + python-version: ['3.11'] services: postgres: image: postgres:11 @@ -342,7 +342,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7'] + python-version: ['3.11'] steps: - uses: actions/download-artifact@v3 with: @@ -405,7 +405,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7'] + python-version: ['3.11'] steps: - uses: actions/checkout@v3 with: