Commit 069b991
fix: correct supported Python range to 3.12-3.13
The adk (hand-authored framework) needs Python 3.12; only the generated
REST client runs on 3.11. And watchfiles 0.24.0 cannot build on 3.14
(pyo3 0.22.2 maxes at 3.13), so 3.14 was never installable — the test
matrix's 3.14 leg surfaced that pre-existing mis-advertisement.
- requires-python: >=3.11,<4 -> >=3.12,<3.14
- drop Python 3.11 and 3.14 classifiers
- scripts/test matrix: min 3.12, max 3.13
- regenerate uv.lock / requirements-dev.lock for the narrowed range
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 89c1232 commit 069b991
4 files changed
Lines changed: 7 additions & 1076 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | | - | |
59 | 57 | | |
60 | 58 | | |
61 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
441 | 439 | | |
442 | 440 | | |
443 | 441 | | |
444 | | - | |
445 | 442 | | |
446 | 443 | | |
447 | 444 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments