Commit a2d88ea
Test the real matrix interpreter, and add 3.15 pre-release (#259)
Every matrix job was silently testing CPython 3.11: uv sync honors
.python-version (pinned 3.11 by the floor bump) over setup-python's
interpreter, so 'build (3.14)' ran the suite on 3.11.15 (verified in
the PR #288 run logs). UV_PYTHON makes the matrix real. With that
fixed, add 3.15 (final 2026-10-01) as a non-blocking pre-release job so
interpreter breakage surfaces while 2.0 is being built; flip it to
blocking when 3.15 goes final. Locally green today on 3.15.0b3:
pytest, mypy, ruff.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent cac4231 commit a2d88ea
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
24 | 31 | | |
25 | 32 | | |
26 | 33 | | |
27 | 34 | | |
28 | 35 | | |
29 | 36 | | |
30 | 37 | | |
| 38 | + | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
| |||
0 commit comments