From f8b99832caf93a8c7507c34b022795b681e7a2b6 Mon Sep 17 00:00:00 2001 From: Jared Lumpe Date: Sat, 3 Aug 2024 22:44:23 -0700 Subject: [PATCH] Use Cython 3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3fd32e..a040ee9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools", "wheel", - "Cython ~= 0.27", + "Cython >= 3.0", # If the Numpy version is different at runtime than build time, the build version should be # lower as the ABI is forward- but not backwards-compatible. "oldest-supported-numpy",