[Python Version] Drop support for Python 3.7#34450
Closed
XuanWang-Amos wants to merge 15 commits intogrpc:masterfrom
Closed
[Python Version] Drop support for Python 3.7#34450XuanWang-Amos wants to merge 15 commits intogrpc:masterfrom
XuanWang-Amos wants to merge 15 commits intogrpc:masterfrom
Conversation
719ae1c to
f7ea595
Compare
gnossen
reviewed
Sep 26, 2023
Contributor
gnossen
left a comment
There was a problem hiding this comment.
Thanks for taking care of this!
| PythonArtifact( | ||
| "musllinux_1_1", "x86", "cp37-cp37m", presubmit=True | ||
| ), | ||
| PythonArtifact("musllinux_1_1", "x86", "cp38-cp38"), |
Contributor
There was a problem hiding this comment.
This is removing several 3.8 and 3.9 artifacts for Musl and Mac OS?
Contributor
Author
There was a problem hiding this comment.
No, those are not ordered by version for some reason, I re-ordered and moved them to above.
yashykt
referenced
this pull request
Oct 9, 2023
Bump Python windows distribtest timeout. With the addition of 3.12 artifacts, we've been hitting this timeout pretty frequently recently. Once [https://github.com/grpc/grpc/pull/34450](https://www.google.com/url?sa=D&q=https%3A%2F%2Fgithub.com%2Fgrpc%2Fgrpc%2Fpull%2F34450) is merged, we'll have a reduction in total time, but even before 3.12 was introduced, we were already hitting the timeout pretty frequently.
gnossen
referenced
this pull request
Oct 30, 2023
Bump Python windows distribtest timeout. With the addition of 3.12 artifacts, we've been hitting this timeout pretty frequently recently. Once [https://github.com/grpc/grpc/pull/34450](https://www.google.com/url?sa=D&q=https%3A%2F%2Fgithub.com%2Fgrpc%2Fgrpc%2Fpull%2F34450) is merged, we'll have a reduction in total time, but even before 3.12 was introduced, we were already hitting the timeout pretty frequently.
e45c129 to
bc30f58
Compare
gnossen
approved these changes
Apr 8, 2024
veblush
pushed a commit
that referenced
this pull request
Apr 9, 2024
Typo introduced in: #34450 <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. -->
XuanWang-Amos
added a commit
to XuanWang-Amos/grpc
that referenced
this pull request
Apr 12, 2024
* We shouldn't merge this PR until GCP cloud functions drops support for Python 3.7 ([Currently scheduled for GCF](https://cloud.google.com/functions/docs/runtime-support#python)) As part of supporting Python 3.12, we're now officially drop support for Python 3.7. This PR: * Changed supported Python version from 3.7 to 3.8 in README. * Replaced distribution test image from `debian:buster` to `debian:bullseye` since the default Python version in buster is 3.7. <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. --> Closes grpc#34450 PiperOrigin-RevId: 622899511
Closed
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.
NOTE
As part of supporting Python 3.12, we're now officially drop support for Python 3.7.
This PR:
debian:bustertodebian:bullseyesince the default Python version in buster is 3.7.