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
fix: cap Python test matrix at 3.13 and align dev tooling versions
The uv test matrix tested Python 3.14, but the dependency tree can't build
on 3.14 (watchfiles 0.24.0 / pyo3 0.22.2 maxes at 3.13), so every release's
CI broke on the 3.14 leg. Cap the matrix at 3.12-3.13 (the actually-supported
range; the adk needs >=3.12), drop the 3.14 classifier, and align tooling:
publish + devcontainer uv -> 0.10.2 (match CI), devcontainer Python 3.9 -> 3.12.
requires-python is intentionally left at the template default here; raising
its floor to >=3.12 breaks Stainless's codegen build env, so that stays a
per-release patch on the generated release branch.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments