10 lines
259 B
TOML
10 lines
259 B
TOML
--- pyproject.toml.orig 2025-04-22 12:23:54 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,5 +1,5 @@
|
|
[build-system]
|
|
-requires = ["Cython>=3.0.11, < 3.1.0", "setuptools", "wheel"]
|
|
+requires = ["Cython>=3.1.0", "setuptools", "wheel"]
|
|
|
|
[tool.cibuildwheel]
|
|
build-verbosity = 1
|