Skip to content

Commit

Permalink
Update python version (galaxyproject#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek authored Apr 6, 2024
1 parent 86c8f35 commit 1a40a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
chunk-list: ${{ steps.discover.outputs.chunk-list }}
strategy:
matrix:
python-version: [3.7]
python-version: [3.11]
steps:
- name: Print github context properties
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
chunk-list: ${{ steps.discover.outputs.chunk-list }}
strategy:
matrix:
python-version: [3.7]
python-version: [3.11]
steps:
- name: Print github context properties
run: |
Expand Down

0 comments on commit 1a40a9c

Please sign in to comment.