Skip to content

Commit 4192ec7

Browse files
committed
Don't install grpcio-tools on Python 3.14
1 parent 285b323 commit 4192ec7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

requirements-tests.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ pytype==2024.10.11; platform_system != "Windows" and python_version >= "3.10" an
77

88
# Libraries used by our various scripts.
99
aiohttp==3.11.15
10-
grpcio-tools>=1.66.2 # For grpc_tools.protoc
10+
# TODO (2025-05-09): No wheels exist for Python 3.14 yet, slowing down CI
11+
# considerably
12+
grpcio-tools>=1.66.2; python_version < "3.14" # For grpc_tools.protoc
1113
mypy-protobuf==3.6.0
1214
packaging==24.2
1315
pathspec>=0.11.1

0 commit comments

Comments
 (0)