Skip to content

Commit 43ab9a9

Browse files
committed
Switch CI to Python 3.10
1 parent b7bd48b commit 43ab9a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Python
3535
uses: actions/setup-python@v3
3636
with:
37-
python-version: "3.9"
37+
python-version: "3.10"
3838
- name: Install dependencies
3939
run: |
4040
pip install -U https://github.com/platformio/platformio/archive/develop.zip

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
11-
python-version: [3.9]
11+
python-version: [3.10]
1212
example:
1313
- "examples/espidf-hello-world"
1414
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)