From cb6df99efebe0ad73c6c43f4cba8085fc42e527a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 01:29:17 +0000 Subject: [PATCH] Update python to v3.14.6 --- .devcontainer/devcontainer.json | 2 +- .github/workflows/build_windows_bin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a631832cbd1..b66b858b7ad 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ "features": { "ghcr.io/devcontainers/features/python:1": { "installTools": true, - "version": "3.13" + "version": "3.14" } }, "customizations": { diff --git a/.github/workflows/build_windows_bin.yml b/.github/workflows/build_windows_bin.yml index e755c42e6c5..d395c40d0dc 100644 --- a/.github/workflows/build_windows_bin.yml +++ b/.github/workflows/build_windows_bin.yml @@ -50,7 +50,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.14" # framework-portduino calls argp_parse(); MSYS2 packages argp only for the # msys runtime, which cannot link into a native binary. No install() rules.