Skip to content

Commit

Permalink
Increase python version to 3.10 which hopefully does not break the bu…
Browse files Browse the repository at this point in the history
…ild process
  • Loading branch information
knutwurst committed Jan 12, 2024
1 parent c697bb5 commit e466309
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ jobs:

steps:

- name: Setup Python 3.7
uses: actions/setup-python@v1
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.7' # Version range or exact version of a Python version to use, using semvers version range syntax.
python-version: '3.10' # Version range or exact version of a Python version to use, using semvers version range syntax.
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified

- name: Install PlatformIO
Expand Down

0 comments on commit e466309

Please sign in to comment.