This repository was archived by the owner on Mar 9, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 214
Chore: Remove Py3.7+3.8 Support #1573
Merged
Merged
Changes from 23 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
41c6e35
chore: remove all mentions of py3.7/3.8; unpin nox docs action
abbrowne126 55063a3
chore: fix otel version, remove pyversion mentions that are no longer…
abbrowne126 cb3c871
update py version in docs action
abbrowne126 419442e
adjust hardcoded py3.10 nox actions
abbrowne126 100cbe0
Update noxfile.py
abbrowne126 10fa1eb
remove doc changes
abbrowne126 d3e7791
remove remaining py3.8 references
abbrowne126 79fb0f3
omit unused imports
abbrowne126 8d5367b
Update system.py
abbrowne126 52a717f
Update pytest.ini
abbrowne126 7ab60ba
Update pytest.ini
abbrowne126 01d6a12
Update pytest.ini
abbrowne126 5e27cd0
Update pytest.ini
abbrowne126 951b909
Update pytest.ini
abbrowne126 9c337bd
Update pytest.ini
abbrowne126 715d199
Update pytest.ini
abbrowne126 75d1a67
Update pytest.ini
abbrowne126 f9c10e5
Update pytest.ini
abbrowne126 90db47f
Update pytest.ini
abbrowne126 86ee0eb
remove old constraints files
abbrowne126 a611fd4
Update constraints-3.9.txt
abbrowne126 00a511c
add defined constraints files
abbrowne126 41bb061
update constraints files
abbrowne126 5730aa6
remove kokoro samples directories
abbrowne126 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
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
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,3 +1,3 @@ | ||
| [mypy] | ||
| python_version = 3.7 | ||
| python_version = 3.14 | ||
| namespace_packages = True |
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 |
|---|---|---|
| @@ -1,9 +1,6 @@ | ||
| backoff==2.2.1 | ||
| pytest===7.4.4; python_version == '3.7' | ||
| pytest===8.3.5; python_version == '3.8' | ||
| pytest==8.4.2; python_version >= '3.9' | ||
| pytest==8.4.2 | ||
| mock==5.2.0 | ||
| flaky==3.8.1 | ||
| google-cloud-bigquery===3.30.0; python_version <= '3.8' | ||
| google-cloud-bigquery==3.38.0; python_version >= '3.9' | ||
| google-cloud-bigquery==3.38.0 | ||
| google-cloud-storage==3.4.0 |
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,13 +1,7 @@ | ||
| google-cloud-pubsub==2.31.1 | ||
| avro==1.12.0 | ||
| protobuf===4.24.4; python_version == '3.7' | ||
| protobuf===5.29.4; python_version == '3.8' | ||
| protobuf==6.32.1; python_version >= '3.9' | ||
| protobuf==6.32.1 | ||
| avro==1.12.0 | ||
| opentelemetry-api===1.22.0; python_version == '3.7' | ||
| opentelemetry-sdk===1.22.0; python_version == '3.7' | ||
| opentelemetry-api===1.33.1; python_version == '3.8' | ||
| opentelemetry-sdk===1.33.1; python_version == '3.8' | ||
| opentelemetry-api==1.37.0; python_version >= '3.9' | ||
| opentelemetry-sdk==1.37.0; python_version >= '3.9' | ||
| opentelemetry-api==1.37.0 | ||
| opentelemetry-sdk==1.37.0 | ||
| opentelemetry-exporter-gcp-trace==1.9.0 |
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,9 +1,9 @@ | ||
| # -*- coding: utf-8 -*- | ||
| # This constraints file is required for unit tests. | ||
| # List all library dependencies and extras in this file. | ||
| google-api-core | ||
| google-auth | ||
| grpcio | ||
| proto-plus | ||
| protobuf | ||
| grpc-google-iam-v1 | ||
| google-api-core>=2 | ||
| google-auth>=2 | ||
| grpcio>=1 | ||
| proto-plus>=1 | ||
| protobuf>=6 | ||
| grpc-google-iam-v1>=0 |
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,9 +1,9 @@ | ||
| # -*- coding: utf-8 -*- | ||
| # This constraints file is required for unit tests. | ||
| # List all library dependencies and extras in this file. | ||
| google-api-core | ||
| google-auth | ||
| grpcio | ||
| proto-plus | ||
| protobuf | ||
| grpc-google-iam-v1 | ||
| google-api-core>=2 | ||
| google-auth>=2 | ||
| grpcio>=1 | ||
| proto-plus>=1 | ||
| protobuf>=6 | ||
| grpc-google-iam-v1>=0 |
Oops, something went wrong.
Oops, something went wrong.
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.