From 051d7a9e41600cbd6872841e8e929b8b27207c4a Mon Sep 17 00:00:00 2001 From: "sentry-junior[bot]" <264270552+sentry-junior[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 13:40:16 +0000 Subject: [PATCH] build(python): Bump Python version to 3.14.7 uv no longer ships standalone builds for 3.14.6 after python-build-standalone moved to 3.14.7, so local `uv python install` / `devenv sync` fails on the pin. Co-Authored-By: Armen Zambrano Gasparnian --- .python-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.python-version b/.python-version index 3f0a10fda70..a128d5c0d97 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.14.6 +3.14.7