Skip to content

v0.14.1 — Python 3.10 fix

Choose a tag to compare

@MullaAhmed MullaAhmed released this 05 Jun 00:28
· 233 commits to main since this release

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.