Skip to content

Commit a1d40fd

Browse files
committed
Switch CI to Python 3.10
1 parent 5219ace commit a1d40fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Python 3
3030
uses: actions/setup-python@v3
3131
with:
32-
python-version: "3.9"
32+
python-version: "3.10"
3333
- name: Install dependencies
3434
run: |
3535
pip install -U https://github.com/platformio/platformio/archive/develop.zip

0 commit comments

Comments
 (0)