Skip to content

Commit c54465b

Browse files
committed
Switch CI to Python to v3.10
1 parent c03fbf8 commit c54465b

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v3
2424
with:
25-
python-version: "3.9"
25+
python-version: "3.10"
2626
- name: Install dependencies
2727
run: |
2828
pip install -U https://github.com/platformio/platformio/archive/develop.zip

0 commit comments

Comments
 (0)