From 91a741a6332ba9e0130e3d80b4191b4010f9f726 Mon Sep 17 00:00:00 2001 From: ZipFile Date: Thu, 18 Sep 2025 16:37:48 +0000 Subject: [PATCH] Bump Cython version --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5fef5a15..fe89efaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools", "Cython>=3.1.1"] +requires = ["setuptools", "Cython>=3.1.4"] build-backend = "setuptools.build_meta" [project] diff --git a/requirements-dev.txt b/requirements-dev.txt index 408b9bb6..9c33d385 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -cython==3.1.1 +cython==3.1.4 setuptools pytest pytest-asyncio