Skip to content

Usage of ast needs update #80

@arjenpdevries

Description

@arjenpdevries

For Python 3.14, in this line and the following one the code should use ast.Constant instead of ast.Num and node.value instead of node.n.

The ast.Num has been deprecated since 3.8 but I think it was removed in 3.13, so modern python would require this change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions