Commit 800e8ff
authored
Pin
The mypyc build is failing on `master` due to the latest release of
`types-setuptools`: see, e.g.
https://github.com/python/mypy/actions/runs/4275505309/jobs/7442902732.
python#14787 fixes the mypyc _build_, but there's still a bunch of mypyc tests
failing on that PR. I haven't got time to debug them right now (and I'm
also not particularly knowledgeable about mypyc!), so this is a stopgap
PR to pin `types-setuptools` so that we avoid the latest release.types-setuptools to <67.4.0.2 (python#14788)1 parent ab7b69a commit 800e8ff
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments