blob: 7bc5ef3b8054bd20d031cdba06c8d3a5a83634c4 [file]
[build-system]
requires = [
"setuptools",
"wheel",
# Cython 3.x requires Python >= 3.7; use the legacy 0.29.x series for 2.7/3.6.
"Cython==0.29.37; python_version < '3.7'",
"Cython==3.0.11; python_version >= '3.7'",
]
build-backend = "setuptools.build_meta"