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 ba810f2 commit dd6dc1dCopy full SHA for dd6dc1d
1 file changed
requirements-tests.txt
@@ -6,7 +6,9 @@ pyright==1.1.400
6
pytype==2024.10.11; platform_system != "Windows" and python_version >= "3.10" and python_version < "3.13"
7
8
# Libraries used by our various scripts.
9
-aiohttp==3.11.15
+# TODO (2025-05-09): Installing this on Python 3.14 on Windows fails at
10
+# the moment.
11
+aiohttp==3.11.15; python_version < "3.14"
12
# TODO (2025-05-09): No wheels exist for Python 3.14 yet, slowing down CI
13
# considerably and prone to fail.
14
grpcio-tools>=1.66.2; python_version < "3.14" # For grpc_tools.protoc
0 commit comments