Open
Description
Describe the bug
aio-libs/multidict#1040
The default dependency version of multidict is >=4.5, this version can't be used for python 3.13
To Reproduce
pip install aiohttp on arm linux
Expected behavior
.
Logs/tracebacks
.
Python Version
$ python --version
3.13
aiohttp Version
$ python -m pip show aiohttp
latest
multidict Version
$ python -m pip show multidict
4.6.4
propcache Version
$ python -m pip show propcache
.
yarl Version
$ python -m pip show yarl
.
OS
linux
Related component
Client
Additional context
.
Code of Conduct
- I agree to follow the aio-libs Code of Conduct