v0.6.2
Changed
- Lowered Python floor from 3.13 to 3.11. Nothing in the codebase
actually needed 3.13; the only 3.12+ API in use
(pathlib.Path.walk()incrawl.py) was swapped for a small
os.walkadapter.tomllibinconfig.pypins the floor at 3.11.
CI now runs the full test suite on 3.11, 3.12, and 3.13. No
behavior change for existing users; new installs work on any of
the three supported interpreters.
Install on any of:
- Python 3.11 (default on Ubuntu 24.04, Debian 12 backports)
- Python 3.12
- Python 3.13
All 370 tests pass on all three interpreters locally; CI matrix
enforces that going forward.