From d0d029c8b11f73775c09b316fc2920348319760a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:59:36 +0200 Subject: [PATCH] Update python to v3.14.6 (#11063) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 a631832cb..b66b858b7 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 e755c42e6..d395c40d0 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.