Python 3.12 started emitting DeprecationWarning for invalid escape sequences in string literals, and Python 3.13 upgraded those to SyntaxWarning. The filterpy package has a docstring in helpers.py ...