From 4198535d4a28acd49dd229c0f65e2a90e6f0ac89 Mon Sep 17 00:00:00 2001 From: Naveen M K Date: Wed, 11 Sep 2024 22:02:12 +0530 Subject: [PATCH] pyproject.toml: constraint cython version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a0f7bf5..55ae6ce2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] build-backend = "setuptools.build_meta" -requires = ["Cython>=3.0.2", "setuptools>=59.2.0", "wheel"] +requires = ["Cython>=3.0.2,<3.1", "setuptools>=59.2.0", "wheel"] [tool.isort] # from https://black.readthedocs.io/en/stable/compatible_configs.html