aio-libs / aiohttp

Asynchronous HTTP client/server framework for asyncio and Python
https://docs.aiohttp.org
Other
15.13k stars 2.02k forks source link

Pypi meta shows wrong python requirement #6319

Closed WisdomPill closed 2 years ago

WisdomPill commented 2 years ago

Describe the bug

Having a look here on the meta section on the left side, there is written that python>=3.6 is supported, while it is only python>=3.7 is supported

To Reproduce

Have a look here

Expected behavior

having the right python requirement on pipy

Logs/tracebacks

none

Python Version

$ python --version

aiohttp Version

$ python -m pip show aiohttp

multidict Version

$ python -m pip show multidict

yarl Version

$ python -m pip show yarl

OS

all

Related component

Server, Client

Additional context

No response

Code of Conduct

webknjaz commented 2 years ago

3.7 is for master (and maybe 3.9), 3.6 is for 3.8. It's not wrong.