Need to also fix build for GCC 13 + musl. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
13 lines
277 B
Diff
13 lines
277 B
Diff
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -1,8 +1,8 @@
|
|
[build-system]
|
|
# Minimum requirements for the build system to execute.
|
|
requires = [
|
|
- "setuptools==59.2.0",
|
|
- "wheel==0.37.0",
|
|
+ "setuptools>=59.2.0",
|
|
+ "wheel>=0.37.0",
|
|
"Cython>=0.29.30,<3.0",
|
|
]
|
|
|