-
Notifications
You must be signed in to change notification settings - Fork 26
Add Python 3.13 support #267
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
base: py3.13
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for this PR! And very sorry for the slow reply.
I only saw one thing to change.
|
||
def test_flush_from_xml_etree_ElementTree_XMLPullParser(self): | ||
self.assertOnlyIn((3, 13), self.detect("from xml.etree import ElementTree\n" | ||
"ElementTree().XMLParser().flush()")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like you meant XMLPullParser
instead of XMLParser
here.
And if you can make it merge into branch |
I changed the target branch. |
This PR adds rules for Python 3.13.
What's new