Skip to content

Commit e466309

Browse files
committed
Increase python version to 3.10 which hopefully does not break the build process
1 parent c697bb5 commit e466309

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-all.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ jobs:
9090

9191
steps:
9292

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

9999
- name: Install PlatformIO

0 commit comments

Comments
 (0)