File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9090 - name : Set up Python
9191 uses : actions/setup-python@v5
9292 with :
93- python-version : " 3.x "
93+ python-version : " 3.11 "
9494 - name : Install platformio
9595 run : |
9696 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1717 - name : Set up Python
1818 uses : actions/setup-python@v5
1919 with :
20- python-version : " 3.7 "
20+ python-version : " 3.11 "
2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1515 - name : Set up Python
1616 uses : actions/setup-python@v5
1717 with :
18- python-version : " 3.7 "
18+ python-version : " 3.11 "
1919 - name : Install build dependencies
2020 run : |
2121 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1313 - name : Set up Python
1414 uses : actions/setup-python@v5
1515 with :
16- python-version : " 3.7 "
16+ python-version : " 3.11 "
1717 - name : Install platformio
1818 run : |
1919 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments