diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 5e36e037..1ad90ec8 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -54,7 +54,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v3 with: - python-version: "3.9" + python-version: "3.10" - name: Install dependencies run: | pip install -U https://github.com/platformio/platformio/archive/develop.zip