Ticket #66606: patch-pyproject.toml.diff

File patch-pyproject.toml.diff, 318 bytes (added by Schamschula (Marius Schamschula), 17 months ago)
  • pyproject.toml

    old new  
    11[build-system]
    22requires = [
    33    "Cython>=0.29.24,<3",
    4     "oldest-supported-numpy",
    5     "setuptools<64",
     4#    "oldest-supported-numpy",
     5    "setuptools",
    66]
    77
    88[tool.cibuildwheel]