Closed
Conversation
This was referenced Jul 11, 2025
cc73f49 to
6672522
Compare
copybara-service bot
pushed a commit
that referenced
this pull request
Jul 14, 2025
In preparation for migrating it from python3.7 to python3.11. Pylint version had to be upgraded because pylint==2.2.2 doesn't support python 3.11. The image will be updated separately to remove compiling python3.7 from source in #40139. Pylint v2.17.7 docs: https://pylint.readthedocs.io/en/v2.17.7 Closes #40169 PiperOrigin-RevId: 783026287
ad8bbc1 to
b6b1862
Compare
This was referenced Jul 18, 2025
Closed
sergiitk
added a commit
that referenced
this pull request
Jul 22, 2025
Address corresponding API deprecation issues
b6b1862 to
145b733
Compare
Member
Author
|
cc @eugeneo |
asheshvidyut
pushed a commit
to asheshvidyut/grpc
that referenced
this pull request
Jul 28, 2025
Previously broken by requiring black version that dropped py3.8 support. Gitignore/dockerignore changes made to prevent ruff checking virtualenv directories. Related: - grpc#40256 - grpc#40139
asheshvidyut
pushed a commit
to asheshvidyut/grpc
that referenced
this pull request
Jul 28, 2025
- Upgrade the base image of https://us-docker.pkg.dev/grpc-testing/testing-images-public/bazel to newer https://gcr.io/oss-fuzz-base/base-builder@sha256:4f3ca10accd14292556601d70e457fa85ad57180c913484427869d3379a07684, which comes with python3.11 Before: ``` Python 3.8.3 (default, Mar 12 2024, 03:21:22) [Clang 15.0.0 (https://github.com/llvm/llvm-project.git bf7f8d6fa6f460bf0a16ffe ``` After: ``` Python 3.11.13 (main, Jul 16 2025, 03:42:11) [Clang 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd78 ``` - Refactor and improve https://us-docker.pkg.dev/grpc-testing/testing-images-public/sanity. Removed building python 3.7 from source. - Switch Windows builds to use `3.9.13` (previously `3.8.10`) - Changed minimum python version in bazel builds from 3.8 to 3.9. - Updated pylint to use python3.11. - Various minor compatibility fixes. There's a few other dependencies/settings that can be upgraded now that we're using 3.9+. I'll make them in a follow-up PR. Closes grpc#40139 PiperOrigin-RevId: 786775922
paulosjca
pushed a commit
to paulosjca/grpc
that referenced
this pull request
Aug 23, 2025
In preparation for migrating it from python3.7 to python3.11. Pylint version had to be upgraded because pylint==2.2.2 doesn't support python 3.11. The image will be updated separately to remove compiling python3.7 from source in grpc#40139. Pylint v2.17.7 docs: https://pylint.readthedocs.io/en/v2.17.7 Closes grpc#40169 PiperOrigin-RevId: 783026287
paulosjca
pushed a commit
to paulosjca/grpc
that referenced
this pull request
Aug 23, 2025
Previously broken by requiring black version that dropped py3.8 support. Gitignore/dockerignore changes made to prevent ruff checking virtualenv directories. Related: - grpc#40256 - grpc#40139
paulosjca
pushed a commit
to paulosjca/grpc
that referenced
this pull request
Aug 23, 2025
- Upgrade the base image of https://us-docker.pkg.dev/grpc-testing/testing-images-public/bazel to newer https://gcr.io/oss-fuzz-base/base-builder@sha256:4f3ca10accd14292556601d70e457fa85ad57180c913484427869d3379a07684, which comes with python3.11 Before: ``` Python 3.8.3 (default, Mar 12 2024, 03:21:22) [Clang 15.0.0 (https://github.com/llvm/llvm-project.git bf7f8d6fa6f460bf0a16ffe ``` After: ``` Python 3.11.13 (main, Jul 16 2025, 03:42:11) [Clang 18.1.8 (https://github.com/llvm/llvm-project.git 3b5b5c1ec4a3095ab096dd78 ``` - Refactor and improve https://us-docker.pkg.dev/grpc-testing/testing-images-public/sanity. Removed building python 3.7 from source. - Switch Windows builds to use `3.9.13` (previously `3.8.10`) - Changed minimum python version in bazel builds from 3.8 to 3.9. - Updated pylint to use python3.11. - Various minor compatibility fixes. There's a few other dependencies/settings that can be upgraded now that we're using 3.9+. I'll make them in a follow-up PR. Closes grpc#40139 PiperOrigin-RevId: 786775922
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.
us-docker.pkg.dev/grpc-testing/testing-images-public/bazelto a newer gcr.io/oss-fuzz-base/base-builder, which comes with python3.11.Before:
us-docker.pkg.dev/grpc-testing/testing-images-public/sanity. Removed the step to build python3.7from source.3.8.10to3.9.13.3.8to3.9.3.11.There's a few other dependencies/settings that can be upgraded now that we're using 3.9+. I'll make them in a follow-up PR.