From 37e03b699e335bfc5bd3425505565e6abc41fe8a Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Thu, 8 Jan 2026 10:20:20 +0100 Subject: [PATCH] grpcio-tools is now available for Python 3.14 --- requirements-tests.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 624dfc298bf6..c832a47fd4fb 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -5,9 +5,7 @@ pyright==1.1.407 # Libraries used by our various scripts. aiohttp==3.13.3 -# TODO (2025-05-09): No wheels exist for Python 3.14 yet, slowing down CI -# considerably and prone to fail. -grpcio-tools>=1.66.2; python_version < "3.14" # For grpc_tools.protoc +grpcio-tools>=1.76.0 # For grpc_tools.protoc mypy-protobuf==4.0.0 packaging==25.0 pathspec>=0.11.1,<1.0.0