Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Feb 10, 2026. It is now read-only.
feat: Add Python 3.14 support - #327
Merged
Merged
Conversation
chalmerlowe
commented
Nov 14, 2025
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
chalmerlowe
commented
Nov 14, 2025
Uh oh!
There was an error while loading. Please reload this page.
parthea
approved these changes
Nov 17, 2025
Uh oh!
There was an error while loading. Please reload this page.
daniel-sanche added a commit
that referenced
this pull request
Dec 15, 2025
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.7.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620 <details><summary>google-cloud-runtimeconfig: 0.36.0</summary> ## [0.36.0](v0.35.0...v0.36.0) (2025-12-15) ### Features * Add Python 3.14 support (#327) ([6838b24](6838b246)) ### Bug Fixes * resolve issues where pre-release versions of dependencies are installed (#318) ([1433704](14337044)) * remove setup.cfg configuration for creating universal wheels (#321) ([922db8c](922db8ce)) </details>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for Python 3.14 to the library.
Key changes include:
.github/workflows/unittest.yml, etc.setup.pyto include the Python 3.14 classifiertesting/constraints-3.14.txt.noxfile.pyto include 3.14 sessions.CONTRIBUTING.rstto list Python 3.14 as a supported version.Towards internal issue: b/375664027