python-datemath
python-datemath copied to clipboard
Fix `SyntaxWarning: invalid escape sequence`
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.