domonic
domonic copied to clipboard
Support for python>3.12
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.