Commit 96d4676
fix(ci): run lint only on Python 3.12, not 3.13/3.14
pylama 8.4.1 and its linters (pydocstyle, typed_ast) predate Python 3.13/3.14
and can't parse their AST; typed_ast won't compile on 3.12+ either. Lint is
version-independent static analysis, so run it once on the oldest matrix
version. Tests continue to run on 3.12/3.13/3.14.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent ba4239b commit 96d4676
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
0 commit comments