Skip to content
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

Closed
hodgestar opened this issue Jun 14, 2024 · 4 comments
Closed

Add support for Python 3.12 and 3.13. #80

hodgestar opened this issue Jun 14, 2024 · 4 comments

Comments

@hodgestar
Copy link
Contributor

Currently tests with Python 3.12 fail because of the usual Python AST changes.

@FelixSchwarz
Copy link
Member

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

@hodgestar
Copy link
Contributor Author

hodgestar commented Jun 15, 2024

The master branch now supports Python 3.12 (fixed in #77).

@FelixSchwarz I also applied the Fedora patch.

@hodgestar
Copy link
Contributor Author

Support for Python 3.13 added in #81.

@mgorny
Copy link

mgorny commented Jun 16, 2024

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants