You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Lower minimum Python from 3.12 to 3.11
The codebase uses no 3.12-only language features (no PEP 695 generic
syntax, no `type` aliases). Verified the full test suite (237 tests,
100% coverage) passes on Python 3.11.15.
Updates the floor in pyproject.toml, .python-version, ruff target,
ty environment, the setup-uv composite action default, and the CI
matrix. The drift-enforcement tests in test_docs_consistency.py
keep these in lockstep. uv.lock regenerated to add cp311 wheels and
the tomli dependency that pytest-cov needs on 3.11.
* Release 0.1.1
0 commit comments