We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285b323 commit 4192ec7Copy full SHA for 4192ec7
1 file changed
requirements-tests.txt
@@ -7,7 +7,9 @@ pytype==2024.10.11; platform_system != "Windows" and python_version >= "3.10" an
7
8
# Libraries used by our various scripts.
9
aiohttp==3.11.15
10
-grpcio-tools>=1.66.2 # For grpc_tools.protoc
+# 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
13
mypy-protobuf==3.6.0
14
packaging==24.2
15
pathspec>=0.11.1
0 commit comments