Commit 2647ab8
chore(ci): sync lint.yml pins with dev-tool bump; mypy 3.10 target + py3.9 test leg
Companion to the Dependabot bump (black 26.5.1 / ruff 0.15.21 / mypy 2.3.0):
- lint.yml: sync the pinned installs with pyproject's dev extra
(TestLintWorkflowPinSync contract - the two surfaces move together).
- pyproject [tool.mypy]: python_version 3.9 -> 3.10. mypy >= 2.2 rejects
a 3.9 target, so static checking can no longer guard the library floor.
- rust-test.yml: add a single Python 3.9 Linux leg to the gated test
matrix as the compensating runtime floor guard.
- CHANGELOG: Unreleased entry for the pin bump.
Verified locally with the exact Lint Gate commands: ruff clean, black
clean (229 files unchanged), mypy zero errors under the 3.10 target.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Kt38RMkkZkNXKxi4G3QJ831 parent e100fbe commit 2647ab8
4 files changed
Lines changed: 23 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
127 | 133 | | |
128 | 134 | | |
129 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
8 | 18 | | |
9 | 19 | | |
10 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
154 | 158 | | |
155 | 159 | | |
156 | 160 | | |
| |||
0 commit comments