From adbbfb21260a8fe2e9d32e4c1e9af6361c83e92f Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Sat, 6 Apr 2024 16:41:28 +0200 Subject: [PATCH] More 3.7 to 3.11 --- .github/workflows/tools.yaml | 8 ++++---- .github/workflows/workflows.yaml | 8 ++++---- README.md | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tools.yaml b/.github/workflows/tools.yaml index 0756d34..505ad9e 100644 --- a/.github/workflows/tools.yaml +++ b/.github/workflows/tools.yaml @@ -95,7 +95,7 @@ jobs: chunk-list: ${{ steps.discover.outputs.chunk-list }} strategy: matrix: - python-version: [3.7] + python-version: [3.11] steps: - name: Determine latest commit in the Galaxy repo id: get-galaxy-sha @@ -154,7 +154,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7] + python-version: [3.11] steps: - uses: actions/checkout@v3 with: @@ -194,7 +194,7 @@ jobs: fail-fast: false matrix: chunk: ${{ fromJson(needs.setup-ci-tools.outputs.chunk-list) }} - python-version: [3.7] + python-version: [3.11] services: postgres: image: postgres:11 @@ -244,7 +244,7 @@ jobs: needs: [setup-ci-tools, test-tools] 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/workflows.yaml b/.github/workflows/workflows.yaml index e66dde0..897d95b 100644 --- a/.github/workflows/workflows.yaml +++ b/.github/workflows/workflows.yaml @@ -96,7 +96,7 @@ jobs: chunk-list: ${{ steps.discover.outputs.chunk-list }} strategy: matrix: - python-version: [3.7] + python-version: [3.11] steps: - name: Determine latest commit in the Galaxy repo id: get-galaxy-sha @@ -154,7 +154,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7] + python-version: [3.11] steps: - uses: actions/checkout@v3 with: @@ -186,7 +186,7 @@ jobs: fail-fast: false matrix: chunk: ${{ fromJson(needs.setup-ci-workflows.outputs.chunk-list) }} - python-version: [3.7] + python-version: [3.11] services: postgres: image: postgres:11 @@ -245,7 +245,7 @@ jobs: needs: [setup-ci-workflows, test-workflows] strategy: matrix: - python-version: [3.7] + python-version: [3.11] # This job runs on Linux runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index 8b3aee3..97b4bfa 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Optional inputs: - `galaxy-branch` (default latest Galaxy release) - `galaxy-source` (default `galaxyproject`) - `max-chunks` (default `20`) -- `python-version` (default `"3.7"`) +- `python-version` (default `"3.11"`) Outputs: