As of Python 3.12, some of the docstrings contain escape sequences that are considered invalid and yield SyntaxWarnings: - `2\pi` in [sonify.py](https://github.com/mir-evaluation/mir_eval/blob/8db0b3812e2032544c1fc00d02d4256cab043f3d/mir_eval/sonify.py) - `\*` in [hierarchy.py](https://github.com/mir-evaluation/mir_eval/blob/8db0b3812e2032544c1fc00d02d4256cab043f3d/mir_eval/hierarchy.py) and [util.py](https://github.com/mir-evaluation/mir_eval/blob/8db0b3812e2032544c1fc00d02d4256cab043f3d/mir_eval/util.py) - `\%` in [beat.py](https://github.com/mir-evaluation/mir_eval/blob/8db0b3812e2032544c1fc00d02d4256cab043f3d/mir_eval/beat.py) Not sure if worth fixing yet, but apparently these will become SyntaxErrors in the future...