Skip to content

Commit

Permalink
Whoops, release stage was still using 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
TkTech committed Nov 15, 2024
1 parent 68e9ba7 commit 35e395e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setting up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.9

- name: Installing python build dependencies
run: |
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/setup-python@v5
name: Setting up Python
with:
python-version: '3.8'
python-version: '3.9'

- name: Set up QEMU
if: runner.os == 'Linux'
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Setting up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9

- name: Installing python build dependencies
run: |
Expand Down

0 comments on commit 35e395e

Please sign in to comment.