Skip to content

Commit

Permalink
Use Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Jan 29, 2024
1 parent 8ea35c6 commit be05125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
path: ~/.platformio
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}

- name: Select Python 3.7
- name: Select Python 3.9
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.9' # 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 be05125

Please sign in to comment.