tests: add testing for Python 3.15 - #17962
Open
parthea wants to merge 3 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces initial support for Python 3.15 across multiple packages by updating Nox configurations, adding Python 3.15 constraints files, and skipping 3.15 unit tests where key dependencies (like pyarrow, pyproj, or google-crc32c) lack compatible wheels. Feedback on the changes highlights two issues in the newly added constraints files: first, the non-existent package spannerlib-python should be corrected to google-cloud-spanner in the Spanner DBAPI driver constraints; second, numba should be removed from the Document AI Toolbox constraints for Python 3.15, as it is explicitly excluded in setup.py due to a lack of 3.15 support.
parthea
force-pushed
the
add-tests-python-315
branch
2 times, most recently
from
July 31, 2026 16:02
ca6321d to
db2e63a
Compare
parthea
force-pushed
the
add-tests-python-315
branch
15 times, most recently
from
August 4, 2026 22:07
da6ad4a to
8256b94
Compare
parthea
marked this pull request as ready for review
August 5, 2026 14:48
parthea
marked this pull request as draft
August 5, 2026 16:30
parthea
force-pushed
the
add-tests-python-315
branch
from
August 5, 2026 16:30
3efc70c to
5c6b8e4
Compare
parthea
marked this pull request as ready for review
August 5, 2026 18:07
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.
Python 3.15 testing was skipped in a subset of packages. The follow up work is tracked in #17741