### NOTE * 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 #34450 PiperOrigin-RevId: 622899511 |
||
|---|---|---|
| .. | ||
| grpc_reflection | ||
| .gitignore | ||
| MANIFEST.in | ||
| README.rst | ||
| grpc_version.py | ||
| reflection_commands.py | ||
| setup.py | ||
README.rst
gRPC Python Reflection package ============================== Reference package for reflection in GRPC Python. Supported Python Versions ------------------------- Python >= 3.8 Dependencies ------------ Depends on the `grpcio` package, available from PyPI via `pip install grpcio`.