|
From: Geoff B. <geo...@gm...> - 2025-07-16 12:19:06
|
Hi all, A few important bugfixes since 4.4.0, so I'm doing a full release again. I paste the ChangeLog below as usual. Regards, Geoff Bache New development: Modernised installation mechanism via pip (from setup.py to pyproject.toml). On Windows this means you get a .exe file this way now. Support running via "python -m texttestlib" now Support for Python 3.13 added. Bugfixes: Fixed error #140 with knownbugs UI in Python 3.12 (thanks Michael Behrisch) Fixed error #138 with extracting performance data where file encoding doesn't match system encoding (found by Jesper Morelli) Officially require at least Python 3.9 now (3.8 stopped working in 4.4.0 anyway) |