Commit 1c35f0b
committed
ci: cap pathspec at <1.1 in pyproject.toml
pathspec 1.1.0 (released 2026-04-23) made PathSpec a generic class, which
trips `Missing type arguments for generic type` when mypyc self-compiles
`mypy/modulefinder.py`. Our test-requirements pins 1.0.0 already, but the
`.pkg` build env that runs mypyc uses pyproject.toml constraints and
grabs 1.1.0. Add an upper bound there too.1 parent 6c591db commit 1c35f0b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments