--- 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"