Skip to content

Commit 2fd630e

Browse files
committed
Update Python version in CI
1 parent 738e713 commit 2fd630e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.7]
11+
python-version: [3.9]
1212
example:
1313
- "examples/espidf-hello-world"
1414
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)