| /third_party/grpc/tools/buildgen/plugins/ |
| D | expand_supported_python_versions.py | 31 supported_python_versions = settings["supported_python_versions"] 32 settings["min_python_version"] = supported_python_versions[0] 33 settings["max_python_version"] = supported_python_versions[-1]
|
| /third_party/protobuf/ |
| D | MODULE.bazel | 95 SUPPORTED_PYTHON_VERSIONS = [ 107 is_default = python_version == SUPPORTED_PYTHON_VERSIONS[-1], 110 for python_version in SUPPORTED_PYTHON_VERSIONS 115 system_python = "python_{}".format(SUPPORTED_PYTHON_VERSIONS[-1].replace(".", "_")), 126 for python_version in SUPPORTED_PYTHON_VERSIONS
|
| /third_party/grpc/templates/tools/distrib/python/grpcio_tools/ |
| D | python_version.py.template | 19 SUPPORTED_PYTHON_VERSIONS = ${settings.supported_python_versions}
|
| /third_party/grpc/templates/src/python/grpcio_health_checking/ |
| D | python_version.py.template | 19 SUPPORTED_PYTHON_VERSIONS = ${settings.supported_python_versions}
|
| /third_party/grpc/templates/src/python/grpcio_reflection/ |
| D | python_version.py.template | 19 SUPPORTED_PYTHON_VERSIONS = ${settings.supported_python_versions}
|
| /third_party/grpc/templates/src/python/grpcio_observability/ |
| D | python_version.py.template | 19 SUPPORTED_PYTHON_VERSIONS = ${settings.supported_python_versions}
|
| /third_party/grpc/templates/src/python/grpcio/ |
| D | python_version.py.template | 19 SUPPORTED_PYTHON_VERSIONS = ${settings.supported_python_versions}
|
| /third_party/grpc/templates/tools/distrib/python/xds_protos/ |
| D | python_version.py.template | 19 SUPPORTED_PYTHON_VERSIONS = ${settings.supported_python_versions}
|
| /third_party/grpc/templates/tools/distrib/python/grpcio_tools/grpc_tools/ |
| D | python_version.py.template | 19 SUPPORTED_PYTHON_VERSIONS = ${settings.supported_python_versions}
|
| /third_party/grpc/templates/src/python/grpcio_status/ |
| D | python_version.py.template | 19 SUPPORTED_PYTHON_VERSIONS = ${settings.supported_python_versions}
|
| /third_party/grpc/templates/src/python/grpcio_channelz/ |
| D | python_version.py.template | 19 SUPPORTED_PYTHON_VERSIONS = ${settings.supported_python_versions}
|
| /third_party/grpc/templates/src/python/grpcio_csds/ |
| D | python_version.py.template | 19 SUPPORTED_PYTHON_VERSIONS = ${settings.supported_python_versions}
|
| /third_party/grpc/templates/src/python/grpcio_csm_observability/ |
| D | python_version.py.template | 19 SUPPORTED_PYTHON_VERSIONS = ${settings.supported_python_versions}
|
| /third_party/grpc/templates/src/python/grpcio_admin/ |
| D | python_version.py.template | 19 SUPPORTED_PYTHON_VERSIONS = ${settings.supported_python_versions}
|
| /third_party/grpc/src/python/grpcio_reflection/ |
| D | python_version.py | 17 SUPPORTED_PYTHON_VERSIONS = ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] variable
|
| /third_party/grpc/tools/distrib/python/grpcio_tools/ |
| D | python_version.py | 17 SUPPORTED_PYTHON_VERSIONS = ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] variable
|
| /third_party/grpc/src/python/grpcio_csds/ |
| D | python_version.py | 17 SUPPORTED_PYTHON_VERSIONS = ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] variable
|
| /third_party/grpc/src/python/grpcio_csm_observability/ |
| D | python_version.py | 17 SUPPORTED_PYTHON_VERSIONS = ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] variable
|
| /third_party/grpc/src/python/grpcio/ |
| D | python_version.py | 17 SUPPORTED_PYTHON_VERSIONS = ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] variable
|
| /third_party/grpc/src/python/grpcio_status/ |
| D | python_version.py | 17 SUPPORTED_PYTHON_VERSIONS = ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] variable
|
| /third_party/grpc/src/python/grpcio_health_checking/ |
| D | python_version.py | 17 SUPPORTED_PYTHON_VERSIONS = ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] variable
|
| /third_party/grpc/src/python/grpcio_observability/ |
| D | python_version.py | 17 SUPPORTED_PYTHON_VERSIONS = ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] variable
|
| /third_party/grpc/tools/distrib/python/xds_protos/ |
| D | python_version.py | 17 SUPPORTED_PYTHON_VERSIONS = ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] variable
|
| /third_party/grpc/src/python/grpcio_channelz/ |
| D | python_version.py | 17 SUPPORTED_PYTHON_VERSIONS = ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] variable
|
| /third_party/grpc/src/python/grpcio_admin/ |
| D | python_version.py | 17 SUPPORTED_PYTHON_VERSIONS = ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] variable
|