From 63fc5d07f1285d391a1126dfb311983e5905b687 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 24 Mar 2024 12:20:15 +0100 Subject: [PATCH] Build: Use latest Cython 3.0.9. --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b886bade..0bce1e8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["Cython>=3.0.8", "setuptools", "wheel"] +requires = ["Cython>=3.0.9", "setuptools", "wheel"] [tool.cibuildwheel] build-verbosity = 2 diff --git a/requirements.txt b/requirements.txt index 72b879e6..ccd1a688 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -Cython>=3.0.8 +Cython>=3.0.9 setuptools