grpc/src/python/grpcio_reflection
Xuan Wang 73b0ac2067 [Python Version] Drop support for Python 3.7 (#34450)
### 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
2024-04-08 11:17:51 -07:00
..
grpc_reflection [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
.gitignore Partially implement gRPC Python server reflection 2016-10-20 12:47:06 -07:00
MANIFEST.in Include .pyi file (#32268) 2023-02-02 14:39:15 -08:00
README.rst [Python Version] Drop support for Python 3.7 (#34450) 2024-04-08 11:17:51 -07:00
grpc_version.py [Release] Bump version to 1.63.0-dev (on master branch) (#35899) 2024-02-13 16:09:36 -08:00
reflection_commands.py [Python 3.12] Deprecate distutil (#34186) 2023-09-06 14:32:30 -07:00
setup.py [Python Version] Drop support for Python 3.7 (#34450) 2024-04-08 11:17:51 -07:00

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`.