You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
11 lines
302 B
Diff
11 lines
302 B
Diff
--- pyproject.toml.orig 2025-10-06 10:08:49
|
|
+++ pyproject.toml 2025-10-06 10:09:05
|
|
@@ -1,6 +1,6 @@
|
|
[build-system]
|
|
requires = [
|
|
- "Cython == 3.2.4",
|
|
+ "Cython >= 3.2.4, < 4.0.0",
|
|
"setuptools >= 40.6.0", # Start of PEP 517 support for setuptools
|
|
]
|
|
build-backend = "setuptools.build_meta"
|