-
-
Notifications
You must be signed in to change notification settings - Fork 983
Python 3.14 #3693
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
base: master
Are you sure you want to change the base?
Python 3.14 #3693
Conversation
00f7e11 to
609a5d4
Compare
cclauss
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://pypi.org/project/uvicorn is currently 0.38.0
| # See: https://github.com/agronholm/anyio/issues/508 | ||
| "ignore: trio.MultiError is deprecated since Trio 0.22.0:trio.TrioDeprecationWarning" | ||
| "ignore: trio.MultiError is deprecated since Trio 0.22.0:trio.TrioDeprecationWarning", | ||
| # Python 3.14 deprecates asyncio.iscoroutinefunction, but uvicorn 0.35.0 still uses it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://pypi.org/project/uvicorn is currently 0.38.0
|
I can't apply this https://github.com/encode/httpx/pull/3693.patch cleanly to either 0.28 or the master branch. This is for commit def4778: As seen trying to apply the patch to the Guix package, which uses |
Summary
Hi, this is my first contribution!!! Please be a little gentle with me ;-)
This is based on #3664 but I add fixes for
I'm not fully sure if this also passes on 3.9, it might need a little more work, but on 3.14 I think this fixes the problems ;-)