Skip to content

Support for python>3.12 #78

@kthy

Description

@kthy

I'm getting a SyntaxError on Python 3.14 due to invalid escape sequences in domonic's source code (\s instead of \\s or r"\s"). Pythons newer than 3.12 treats invalid escape sequences as SyntaxErrors rather than DeprecationWarnings.

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