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
feat: extend CI matrix to Python 3.10+ to discover minimum supported version (#322)
Lower requires-python from >=3.12 to >=3.10, expand the CI test matrix
to cover 3.10 through 3.14, and fix ruff lint issues triggered by the
lower target version (import sorting in scripts, PERF203 in integration
tests). No library source changes required — the code supports 3.10 as-is.
Refs: #321
Co-authored-by: wphillipmoore-claude <255925739+wphillipmoore-claude@users.noreply.github.com>
0 commit comments