Merged
Conversation
chalmerlowe
commented
Oct 23, 2025
chalmerlowe
commented
Oct 23, 2025
chalmerlowe
commented
Oct 23, 2025
daniel-sanche
approved these changes
Oct 24, 2025
| 'python-version: "3.10"' | ||
| "noxfile.py", | ||
| 'session.python in \("3.11", "3.12", "3.13"\)', | ||
| 'session.python in ("3.11", "3.12", "3.13", "3.14")' |
There was a problem hiding this comment.
is this replacement necessary? If the noxfile is a template, I thought this would happen automatically
Contributor
Author
There was a problem hiding this comment.
The noxfile is a template, but it does not (yet) include the update for cpp related runs.
I am gonna see what it takes to add that to the templating process (which is not just a straight template, it involves some logic that synthtool uses to generate parts of the noxfile on the fly.)
parthea
added a commit
that referenced
this pull request
Nov 12, 2025
🤖 I have created a release *beep* *boop* --- ## [0.36.0](v0.35.1...v0.36.0) (2025-11-05) ### Features * Add support for Python 3.14 ([#321](#321)) ([99c0adb](99c0adb)) * Adds Python 3.13 support ([#319](#319)) ([ea851ce](ea851ce)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea
added a commit
to googleapis/google-cloud-python
that referenced
this pull request
Nov 24, 2025
🤖 I have created a release *beep* *boop* --- ## [0.36.0](googleapis/python-dns@v0.35.1...v0.36.0) (2025-11-05) ### Features * Add support for Python 3.14 ([#321](googleapis/python-dns#321)) ([99c0adb](googleapis/python-dns@99c0adb)) * Adds Python 3.13 support ([#319](googleapis/python-dns#319)) ([ea851ce](googleapis/python-dns@ea851ce)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
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 free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 introduces support for Python 3.14:
Python 3.14 Support:
- Adds Python 3.14 to the classifiers in
setup.py.- Creates
testing/constraints-3.14.txt(copied from 3.13 constraints).- Updates
CONTRIBUTING.rstto list Python 3.14 as a supported version.- Adds Python 3.14 to the test matrix in
.github/workflows/unittest.yml.- Updates
noxfile.pyto include "3.14" inUNIT_TEST_PYTHON_VERSIONSand relevant version checks.These changes ensure that the library is tested and officially supports Python 3.14.