v0.14.1 — Python 3.10 fix
Fix: restore Python 3.10 support
dev_pick.py and doc_reorg/enums.py used enum.StrEnum (3.11+), so import crashed on Python 3.10 — the floor declared in requires-python. Switched both to the repo's (str, Enum) idiom. 0.14.0 shipped broken for 3.10 installers; 0.14.1 is the corrected release.
CI: only tested, release-gated artifacts reach PyPI
publish.yml now runs the full test matrix (3.10 + 3.12) before building, triggers on Release / manual dispatch only (not every push to main), and passes skip-existing.