Skip to content

Commit dc0acad

Browse files
authored
Install grpcio-tools when using Python 3.14 (#15233)
grpcio-tools wheels are now available for Python 3.14.
1 parent b20bcf7 commit dc0acad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

requirements-tests.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ pyright==1.1.408
55

66
# Libraries used by our various scripts.
77
aiohttp==3.13.3
8-
# TODO (2025-05-09): No wheels exist for Python 3.14 yet, slowing down CI
9-
# considerably and prone to fail.
10-
grpcio-tools>=1.66.2; python_version < "3.14" # For grpc_tools.protoc
8+
grpcio-tools>=1.76.0 # For grpc_tools.protoc
119
mypy-protobuf==4.0.0
1210
packaging==25.0
1311
pathspec>=1.0.0

0 commit comments

Comments
 (0)