Files
macports-ports/python/py-krb5/files/patch-cython-pyprojec.toml.diff
Renee Otten f59fa5a8c5 py-krb5: update to 0.8.0
- drop py39, add py314 subport
2025-10-23 21:49:46 -04:00

11 lines
276 B
Diff

--- pyproject.toml.orig 2025-10-23 12:23:48
+++ pyproject.toml 2025-10-23 12:24:01
@@ -1,6 +1,6 @@
[build-system]
requires = [
- "Cython == 3.1.3",
+ "Cython >= 3.1.3",
"setuptools >= 42.0.0", # Supports license_files
]
build-backend = "setuptools.build_meta"