You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe it's an easy fix by simply making the strings a raw string. I would be willing to submit a PR, but the versions between PyPI and GitHub don't line up, so I'm not sure where to branch off. The first line even is a warning from Panphon, so I could also make a fix there too.
The text was updated successfully, but these errors were encountered:
In Python 3.12 we're now getting SyntaxWarnings at runtime, i.e.:
This was elevated from a DeprecationWarning in previous versions of Python, and they plan to make this a hard error in future versions.
I believe it's an easy fix by simply making the strings a raw string. I would be willing to submit a PR, but the versions between PyPI and GitHub don't line up, so I'm not sure where to branch off. The first line even is a warning from Panphon, so I could also make a fix there too.
The text was updated successfully, but these errors were encountered: