1 2 3 4 5 6 7 8 9
--- a/pyproject.toml +++ b/pyproject.toml @@ -2,5 +2,5 @@ requires = [ "setuptools>=58.0.0", "wheel", - "Cython~=3.1.2", + "Cython>=3.1.2", ]