-
-
Notifications
You must be signed in to change notification settings - Fork 1
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 Python 3.13 support #220
Conversation
Currently we are waiting on msgspec and pycares for a proper wheel build |
Quality Gate passedIssues Measures |
It seems like pycares just needs some more work overall, which i might help out to fix the bugs. msgspec already has 3.13 since (jcrist/msgspec#711), and pycares technically compiles just fine and runs just fine. Thus, the plan is to merge this PR for now, and at some point, where msgspec will put out a proper release, i will update to that proper release along with pycares. |
Summary
This PR adds tested support for Python 3.13. As this active release is fairly new, time will need to be given in order to either wheels to be published and/or support to be added to the library. As of now, Catherine-Chan generally should support Python 3.13, but this has not been tested yet.
Types of changes
What types of changes does your code introduce to Catherine-Chan
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply