Skip to content

Commit c72e799

Browse files
committed
update ci python version
1 parent c999426 commit c72e799

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
key: ${{ runner.os }}-pio
1717
- uses: actions/[email protected]
1818
with:
19-
python-version: '3.9'
19+
python-version: '3.11'
2020
- name: Install Python packages
2121
run: |
2222
pip install --upgrade platformio

.github/workflows/ota-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
key: ${{ runner.os }}-pio
1919
- uses: actions/[email protected]
2020
with:
21-
python-version: '3.9'
21+
python-version: '3.11'
2222
- name: Install Python packages
2323
run: |
2424
pip install --upgrade platformio

0 commit comments

Comments
 (0)