aiohttp icon indicating copy to clipboard operation
aiohttp copied to clipboard

(🎁) Python 3.11 support

Open KotlinIsland opened this issue 3 years ago • 4 comments

Is your feature request related to a problem?

https://github.com/aio-libs/aiohttp/pull/7169#issuecomment-1384271888

Describe the solution you'd like

  • Trove classifiers for 3.11

Describe alternatives you've considered

N/A

Related component

Server, Client

Additional context

No response

Code of Conduct

  • [X] I agree to follow the aio-libs Code of Conduct

KotlinIsland avatar Jan 16 '23 23:01 KotlinIsland

For me aiohttp already works with Python 3.11. Should this issue be closed?

link2xt avatar May 19 '23 12:05 link2xt

I don't think this is resolved, since the trove classifier is still missing in setup.cfg. I'm also not sure if the flaky tests mentioned in https://github.com/aio-libs/aiohttp/pull/7169#issuecomment-1384271888 are fixed yet.

Harmon758 avatar May 19 '23 14:05 Harmon758

Any progress on this? Can we consider aiohttp 3.9.x to support Python 3.11? And what about Python 3.12? @webknjaz 👀

a-shchupakov avatar Dec 04 '23 10:12 a-shchupakov

You can just look at the test run on the latest commit to see the current status. We still have 1 test failing 100% of the time (after 10 mins of timeout) on Windows. That same test fails on Mac in about 50% of CI runs.

Dreamsorcerer avatar Dec 04 '23 11:12 Dreamsorcerer