----------------
- Fixed regex strings by making them 'raw' strings. A modern python would otherwise
complain (rightfully so) about invalid escape sequences (``\s``, ``\d``).
- Internal project change: ``.venv/`` instead of ``venv/``. And removed buildout config
as we've been using virtualenv via the makefile for a while now.
- Testing on python 3.9 and 3.13 now, instead of ye olde 3.8.