Skip to content

Commit

Permalink
Merge pull request #188 from ConorMacBride/upgrade-tools-python-version
Browse files Browse the repository at this point in the history
Run workflow utils with Python 3.12
  • Loading branch information
ConorMacBride authored Feb 23, 2024
2 parents 01b6e7a + 25c05c6 commit 48d439e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12'
- run: python -m pip install PyYAML click
- run: echo $LOAD_BUILD_TARGETS_SCRIPT | base64 --decode > load_build_targets.py
env:
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- uses: actions/setup-python@v5
if: ${{ inputs.env != '' }}
with:
python-version: '3.9'
python-version: '3.12'
- id: set-env
if: ${{ inputs.env != '' }}
run: |
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
- uses: actions/setup-python@v5
if: ${{ inputs.env != '' }}
with:
python-version: '3.9'
python-version: '3.12'
- id: set-env
if: ${{ inputs.env != '' }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_pure_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- uses: actions/setup-python@v5
if: ${{ inputs.env != '' }}
with:
python-version: '3.9'
python-version: '3.12'
- id: set-env
if: ${{ inputs.env != '' }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12'
- run: python -m pip install PyYAML click
- run: echo $TOX_MATRIX_SCRIPT | base64 --decode > tox_matrix.py
env:
Expand Down

0 comments on commit 48d439e

Please sign in to comment.