We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18cf0ee commit 659bd98Copy full SHA for 659bd98
1 file changed
.github/workflows/build.yaml
@@ -80,7 +80,8 @@ jobs:
80
- name: Set up Python
81
uses: actions/setup-python@v5
82
with:
83
- python-version: "3.x"
+ # python-version: "3.x"
84
+ python-version: "3.12" # ESP32 builds are currently broken on Python 3.13
85
- name: Install PlatformIO
86
run: |
87
python -m pip install --upgrade pip
0 commit comments