Skip to content

Commit

Permalink
More 3.7 to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Apr 6, 2024
1 parent 1a40a9c commit adbbfb2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit adbbfb2

Please sign in to comment.