Skip to content

Python 3.10 support #6

@blayzen-w

Description

@blayzen-w

It looks like this does not work with python 3.10. It raises an AttributeError 'xml.etree.ElementTree.Element' object has no attribute 'getchildren'. This seems to be caused by the deprecation and removal of the ElementTree.getchindren function (deprecated in 3.2, removed in 3.9)

See https://docs.python.org/3.8/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.getchildren

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions