-
Notifications
You must be signed in to change notification settings - Fork 36
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 support for Python 3.12 and 3.13. #80
Comments
Interestingly the test suite for Genshi 0.7.7 works in Fedore for 3.12 and 3.13 so it has to be one of the recent changes for 0.7.8 which triggers the test failure. Maybe it was broken already in 3.12 and nobody noticed but for the record, this is the only patch Fedora ships for Genshi: https://src.fedoraproject.org/rpms/python-genshi/blob/rawhide/f/python-genshi-use-default-test-loader.patch |
The master branch now supports Python 3.12 (fixed in #77). @FelixSchwarz I also applied the Fedora patch. |
Support for Python 3.13 added in #81. |
Thanks a lot! |
Currently tests with Python 3.12 fail because of the usual Python AST changes.
The text was updated successfully, but these errors were encountered: