-
-
Notifications
You must be signed in to change notification settings - Fork 126
Enable Python 3.14 #653
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
Enable Python 3.14 #653
Conversation
c67f121 to
cd4c006
Compare
|
Python 3.14.0rc2 adds a workaround to remove the “bad” |
Sweet, thanks for letting me know. I might still keep the current filter in, since that may allow us to skip the gc in the future. Letting the original classes be garbage collected again is definitely important for third-party user code out in the wild, though. |
No description provided.