Commit 721eacf
pyproject.toml: Add setuptools to dev group
Python 3.12 removed distutils from the standard library. Some Cython test
helpers import pyximport, which still imports distutils through setuptools'
compatibility shim during collection. Add setuptools to the dev test
dependencies so those tests can collect in cibuildwheel's test environment.1 parent 4753428 commit 721eacf
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments