Skip to content

Commit c6d6dc3

Browse files
Update dependency python to 3.13
1 parent 58a5026 commit c6d6dc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_release_firmwares.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
159159
- uses: actions/setup-python@v5
160160
with:
161-
python-version: "3.9"
161+
python-version: "3.13"
162162

163163
- name: Install esptool
164164
run: pip install -U esptool

.github/workflows/compile_demo_platfromio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- uses: actions/setup-python@v5
4040
with:
41-
python-version: '3.9'
41+
python-version: '3.13'
4242

4343
- name: Install PlatformIO core
4444
run: pip install --upgrade platformio

0 commit comments

Comments
 (0)