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