Problem
pyproject.toml:8 sets requires-python = ">=3.14,<3.15" but :58 sets target-version = "py312". Ruff lints against the wrong Python version.
Recommendation
Set target-version = "py314"; confirm ruff check / just lint clean.
Context
Found during the state-of-the-repo review of #670 (epic #625).
Refs: #625
Problem
pyproject.toml:8setsrequires-python = ">=3.14,<3.15"but:58setstarget-version = "py312". Ruff lints against the wrong Python version.Recommendation
Set
target-version = "py314"; confirmruff check/just lintclean.Context
Found during the state-of-the-repo review of #670 (epic #625).
Refs: #625