Skip to content

build(python): Bump Python version to 3.14.7 - #6309

Draft
sentry-junior[bot] wants to merge 1 commit into
masterfrom
build/python-3.14.7
Draft

build(python): Bump Python version to 3.14.7#6309
sentry-junior[bot] wants to merge 1 commit into
masterfrom
build/python-3.14.7

Conversation

@sentry-junior

@sentry-junior sentry-junior Bot commented Aug 17, 2026

Copy link
Copy Markdown

.python-version still pins 3.14.6. uv no longer has a standalone build for that patch after python-build-standalone 20260805 moved CPython 3.14.6 -> 3.14.7.

That breaks local setup:

uv python install 3.14.6
error: No download found for request: cpython-3.14.6-macos-aarch64-none

and devenv sync fails when it runs uv sync against the pin.

Bump the pin to 3.14.7 so uv can install Python again.

#skip-changelog

Requested by Armen.

--

View Junior Session [Sentry]

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 <armenzg@sentry.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant