-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
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
Add 3.11-dev pipeline #459
Conversation
This depends on #450 |
uvloop is disabled on python 3.11 for now due to cython incompatibility. a new cython version has since been released but uvloop needs to be built against this new cython version. see MagicStack/uvloop#450 and MagicStack/uvloop#459
uvloop is disabled on python 3.11 for now due to cython incompatibility. a new cython version has since been released but uvloop needs to be built against this new cython version. see MagicStack/uvloop#450 and MagicStack/uvloop#459
uvloop is disabled on python 3.11 for now due to cython incompatibility. a new cython version has since been released but uvloop needs to be built against this new cython version. see MagicStack/uvloop#450 and MagicStack/uvloop#459
uvloop is disabled on python 3.11 for now due to cython incompatibility. a new cython version has since been released but uvloop needs to be built against this new cython version. see MagicStack/uvloop#450 and MagicStack/uvloop#459
uvloop is disabled on python 3.11 for now due to cython incompatibility. a new cython version has since been released but uvloop needs to be built against this new cython version. see MagicStack/uvloop#450 and MagicStack/uvloop#459
* Update coverage from 6.3 to 6.3.1 * re-enable python 3.11 tests uvloop is disabled on python 3.11 for now due to cython incompatibility. a new cython version has since been released but uvloop needs to be built against this new cython version. see MagicStack/uvloop#450 and MagicStack/uvloop#459 Co-authored-by: Richard Schwab <[email protected]>
In two weeks I'll come here to bother again - 3.11 beta will be up. 🏃 💨 |
The blocker here is upstream Cython release with proper support for 3.11. |
The PR you mentioned on #450 (comment) was already released there 🤔 |
There have been more breakages since then, fixes for which, AFAIK, haven't been released yet. Generally speaking, until the ABI is declared stable (which is usually rc1), it's not worth trying to chase the next Python version because Cython is very sensitive to any upstream changes due to how heavily it uses the C API. |
Ah ok. Thanks! :) I'll wait then. 🙏 |
https://github.com/actions/python-versions/releases is |
Co-authored-by: Christian Clauss <[email protected]>
Please rebase to remove conflicts. |
I'm not jealous, the other PR can take the lead. 🙏 Once uvloop gets a release, I'll comply on uvicorn. 😁 |
Related: encode/uvicorn#1304