Skip to content

Commit

Permalink
Upgrade to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Oct 11, 2024
1 parent 1f2f7e1 commit 98c8c5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
working-directory: ${{github.workspace}}
run: brew install dfu-util

- name: Setup Python 3.11
- name: Setup Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
cache: "pip"

- name: Run Packaging Script
Expand Down Expand Up @@ -50,10 +50,10 @@ jobs:
with:
submodules: recursive

- name: Setup Python 3.11
- name: Setup Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
cache: "pip"

- name: Run Packaging Script
Expand Down Expand Up @@ -88,10 +88,10 @@ jobs:
env:
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

- name: Setup Python 3.11
- name: Setup Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
cache: "pip"

- name: Run Packaging Script
Expand Down

0 comments on commit 98c8c5c

Please sign in to comment.