-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Fail to build with Python 3.13 #862
Comments
Some of the removals have been reverted, but it appears that the |
I am still seeing failures locally with with Python
I think this issue should be re-opened. |
Okay, that's reasonable. I guess I'll also extend the CI matrix with an experimental job for 3.13. |
So apparently, there's an upstream issue implying that there's no API replacement for |
I wonder if reverting #681 would be an adequate workaround. |
Long story short
The package cannot be built on Python 3.13.
Expected behaviour
The package can be built successfully when running
pip install multidict
.Actual behaviour
Steps to reproduce
pip install multidict
Your environment
The text was updated successfully, but these errors were encountered: