-
Notifications
You must be signed in to change notification settings - Fork 214
feat: Adds Python 3.14 support #1512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 13 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
e0368e1
feat: Add Python 3.14 support to setup.py file
chalmerlowe d59af4a
feat: Add constraints file for Python 3.14
chalmerlowe 617bd53
feat(ci): Add Python 3.14 to unittest workflow
chalmerlowe f99245b
docs: Add Python 3.14 support to CONTRIBUTING and repo settings
chalmerlowe 28a4f18
chore(owlbot): Add Python 3.14 to unit test versions
chalmerlowe 2ac7df8
feat(nox): Add Python 3.14 support to noxfile
chalmerlowe e592d35
feat(samples): Add Python 3.14 to samples/snippets noxfile
chalmerlowe 5b653d8
fix: Adapt to changes in Python 3.14 for scheduler and type hints
chalmerlowe cf75db5
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] 727c021
fix: Make OpenTelemetry span test more resilient
chalmerlowe d77a9cc
Revert "🦉 Updates from OwlBot post-processor"
chalmerlowe f9b5a2f
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] dbd5fb1
tweaks kokoro to avoid 3.7 and 3.8 NOTE: they are covered by github a…
chalmerlowe 20d1671
Apply suggestion from @chalmerlowe
chalmerlowe b4ab18e
feat(ci): Add Kokoro samples config for Python 3.14
chalmerlowe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,6 @@ | ||
| # Format: //devtools/kokoro/config/proto/build.proto | ||
| # Format: //devtools/kokoro/config/proto/build.proto | ||
|
|
||
| env_vars: { | ||
| key: "NOX_SESSION" | ||
| value: "unit-3.9 unit-3.10 unit-3.11 unit-3.12 unit-3.13 unit-3.14 system-3.12 cover lint lint_setup_py blacken mypy docs docfx format" | ||
| } | ||
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # We use the constraints file for the latest Python version | ||
| # (currently this file) to check that the latest | ||
| # major versions of dependencies are supported in setup.py. | ||
| # List all library dependencies and extras in this file. | ||
| # Require the latest major version be installed for each dependency. | ||
| # e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0", | ||
| # Then this file should have google-cloud-foo>=1 | ||
| google-api-core>=2 | ||
| google-auth>=2 | ||
| proto-plus>=1 | ||
| protobuf>=6 | ||
| grpc-google-iam-v1>=0 | ||
| grpcio >= 1.75.1 |
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
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.
Uh oh!
There was an error while loading. Please reload this page.