v0.12.0 — Python 3.12 support
Lowers the minimum Python version from 3.13 to 3.12 so the CLI can be installed in 3.12 environments. Validated against the full test suite under 3.12 (all unit tests pass; only live-server integration tests fail, as expected without a SkySpark instance).
Changes
requires-python:>=3.13→>=3.12- Added Python 3.12 classifier
- ruff
target-version:py313→py312; pyreflypython-version:3.13→3.12 - Lowered dev pin (
.python-version) to 3.12 - Synced stale
__version__and bumped to 0.12.0