Ticket #66606: patch-pyproject.toml.diff
File patch-pyproject.toml.diff, 318 bytes (added by Schamschula (Marius Schamschula), 23 months ago) |
---|
-
pyproject.toml
old new 1 1 [build-system] 2 2 requires = [ 3 3 "Cython>=0.29.24,<3", 4 "oldest-supported-numpy",5 "setuptools <64",4 # "oldest-supported-numpy", 5 "setuptools", 6 6 ] 7 7 8 8 [tool.cibuildwheel]