We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aio-libs/multidict#1040 The default dependency version of multidict is >=4.5, this version can't be used for python 3.13
pip install aiohttp on arm linux
.
$ python --version 3.13
$ python -m pip show aiohttp latest
$ python -m pip show multidict 4.6.4
$ python -m pip show propcache .
$ python -m pip show yarl .
linux
Client
The text was updated successfully, but these errors were encountered:
Feel free to submit a PR.
Sorry, something went wrong.
No branches or pull requests
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
aiohttp Version
multidict Version
propcache Version
yarl Version
OS
linux
Related component
Client
Additional context
.
Code of Conduct
The text was updated successfully, but these errors were encountered: