Skip to content

Commit 5c0f918

Browse files
committed
Switch CI to Python to v3.10
1 parent 71ab204 commit 5c0f918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Python
5555
uses: actions/setup-python@v3
5656
with:
57-
python-version: "3.9"
57+
python-version: "3.10"
5858
- name: Install dependencies
5959
run: |
6060
pip install -U https://github.com/platformio/platformio/archive/develop.zip

0 commit comments

Comments
 (0)