Skip to content

Commit 659bd98

Browse files
committed
python-version: "3.12"
1 parent 18cf0ee commit 659bd98

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
- name: Set up Python
8181
uses: actions/setup-python@v5
8282
with:
83-
python-version: "3.x"
83+
# python-version: "3.x"
84+
python-version: "3.12" # ESP32 builds are currently broken on Python 3.13
8485
- name: Install PlatformIO
8586
run: |
8687
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)