Commit b66d969
committed
Fix mypy failures on Python 3.12+ CI jobs
mypy was pinned to python_version = "3.11", which made it reject newer
numpy stubs that use PEP 695 `type` statements (valid only on 3.12+),
failing the 3.12/3.13/3.14 matrix jobs with a syntax error. Drop the pin
so mypy targets whichever interpreter it runs under, matching the CI matrix.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015tLcNE8iW7jycc6HZMaZx81 parent 2160d77 commit b66d969
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
118 | 121 | | |
119 | | - | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| |||
0 commit comments