Skip to content

Fix SyntaxWarning: invalid escape sequence #39

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

Closed
wants to merge 1 commit into from

Conversation

mweislley
Copy link

With python 3.12 the DeprecationWarning for invalid escape sequence has been upgraded to a SyntaxWarning, see python 3.12 documentation here

I've just converted these to raw strings to resolve the problem.

This was referenced Aug 23, 2024
@nickmaccarthy
Copy link
Owner

This should now be fixed in v3.0.1 @mweislley - LMK if you have any more issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants