-
Notifications
You must be signed in to change notification settings - Fork 89
Not installing on Python 3.13 #104
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
Comments
Seems like this pull request would fix it: #101 |
@1st1 @elprans @fantix Could you guys chime in here? Would love to get httptools working before Python 3.13 is out so that https://github.com/sanic-org/sanic will be compatible with 3.13 |
Python 3.13 is released |
This reverts commit 3dc4a85. `httptools` fails to install on 3.13. See: MagicStack/httptools#104
I'm keen for a fix for this as it is currently preventing me from installing fastapi[all] with 3.13 |
Same for me as uvicorn[standard] depends on this. |
any updates on this issues ? |
The same problem for me in Python 3.13. Thanks. |
cloning his fork and installing it worked for me. |
Fixes ===== * Fix build and run tests on Python 3.13 (#107) (by @jameshilliard @tacaswell @fafanoulele @fantix in ad9765b for #98 #104)
Fixed in 0.6.2 |
You rock @fantix ! |
@fantix Great!! |
Still not working on python 3.13.0
But with h11 all is fine
|
I am on Debian Python 3.11 and cannot install httptools
|
Make sure you're using the latest version (0.6.4). |
I got it working with new fresh venv. Thanks. |
Python 3.13 is going to be released soon. We already have RC1 for a month.
I am using official docker image
python:3.13.0rc1
The text was updated successfully, but these errors were encountered: