diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d22c134..8b38187 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ // Features to add to the dev container. More info: https://containers.dev/features. "features": { "ghcr.io/devcontainers/features/python:1": { - "version": "3.13" // python-version + "version": "3.14" // python-version } }, diff --git a/.github/workflows/lint-build.yaml b/.github/workflows/lint-build.yaml index ada3b5a..b788c53 100644 --- a/.github/workflows/lint-build.yaml +++ b/.github/workflows/lint-build.yaml @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5.6.0 with: - python-version: 3.13 + python-version: 3.14 - name: Install Arduino dependencies run: |