-
Notifications
You must be signed in to change notification settings - Fork 325
Add Python 3.12 support #483
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
Thanks for the report! I'll ask the team to fix that up. |
Bump for this issue. Just add setuptools to Or alternatively use the |
If it will makes things faster, I can provide a PR that fixes this issue. Just LMK |
@rianhunter Thanks! We welcome PRs, but I can't promise a timeline for when the team would be able to review/test/release it. |
v12.0.0 no longer packages a resource file, so it no longer needs |
Tried it with Python trunk:
Imports just fine now. Feel free to close. |
Describe the bug
This package cannot be used on Python 3.12.
Traceback:
This appears to be caused by the following deprecation:
Ref: Python 3.12 release notes: https://docs.python.org/3/whatsnew/3.12.html
I hope that's enough context 👍
The text was updated successfully, but these errors were encountered: