Skip to content

Commit 43b2de8

Browse files
committed
fix(build): update to newer python version
1 parent 4ba5279 commit 43b2de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python environment
2222
uses: actions/setup-python@v2
2323
with:
24-
python-version: '3.9'
24+
python-version: '3.10'
2525

2626
- name: Install PlatformIO
2727
run: |
@@ -84,7 +84,7 @@ jobs:
8484
- name: Set up Python environment
8585
uses: actions/setup-python@v2
8686
with:
87-
python-version: '3.9'
87+
python-version: '3.10'
8888

8989
- name: Install PlatformIO
9090
run: |

0 commit comments

Comments
 (0)