Skip to content

Commit dd6dc1d

Browse files
committed
Don't install aiohttp on Windows 3.14
1 parent ba810f2 commit dd6dc1d

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
@@ -6,7 +6,9 @@ pyright==1.1.400
66
pytype==2024.10.11; platform_system != "Windows" and python_version >= "3.10" and python_version < "3.13"
77

88
# Libraries used by our various scripts.
9-
aiohttp==3.11.15
9+
# 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"
1012
# TODO (2025-05-09): No wheels exist for Python 3.14 yet, slowing down CI
1113
# considerably and prone to fail.
1214
grpcio-tools>=1.66.2; python_version < "3.14" # For grpc_tools.protoc

0 commit comments

Comments
 (0)