uvloop
uvloop copied to clipboard
fix not support python 3.11+
When I checked again, it seems that upgrading the Cython version does not affect the previous version. thank you
~Fixes #465 ?~
Please add "3.11-dev"
to the testing list as suggested in #459 so we have proof that this change is effective.
Failing because of aio-libs/aiohttp#6600?
#465 is still a problem on Python 3.11 beta 4.
~~Probably... Adding this environment variable will solve the problem.~~
~~AIOHTTP_NO_EXTENSIONS=1
~~
aiohttp needs to update the Cython version.
@fantix can you enable this setting so that external contributors can run PRs? https://github.com/MagicStack/uvloop/settings/actions#actions_fork_pr_approvals_first_time_contributor_new_users
Some progress... https://github.com/aio-libs/aiohttp/issues/6600#issuecomment-1203655241
It would be good to see the GitHub Actions approved on this pull request so we can see where we are at.
I believe that for now experimentation on Py311 will require AIOHTTP_NO_EXTENSIONS=1
and --no-binary
.
- https://github.com/aio-libs/aiohttp/issues/6600#issuecomment-1229417344
I believe that for now experimentation on Py311 will require
AIOHTTP_NO_EXTENSIONS=1
and--no-binary
.
- https://github.com/aio-libs/aiohttp/issues/6600#issuecomment-1229417344
Can I add it to test code?
I believe that for now experimentation on Py311 will require
AIOHTTP_NO_EXTENSIONS=1
and--no-binary
.Can I add it to test code?
Let's just skip aiohttp in 3.11 for now as #488 does until it supports 3.11. I'll merge in and commit this.
Thanks @fantix 😁🙏
:rocket: Can't wait for a new release :smiley:
Sweet! 👏
excited for this!!