blob: 88bfc4b09e65a7f31d44ec263edd688d59a69bd3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- pyproject.toml.orig 2025-10-26 23:13:25 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
requires = [
- "Cython == 3.1.3",
+ "Cython >= 3.1.3",
"setuptools >= 40.6.0", # Start of PEP 517 support for setuptools
]
build-backend = "setuptools.build_meta"
|