From 7b8ab4392e734577da2d7e8cd3f63b06bce054c8 Mon Sep 17 00:00:00 2001 From: Ezri Brimhall Date: Fri, 27 Jun 2025 10:55:01 -0600 Subject: [PATCH] Updated build tooling dep versions to match dev dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13cd196..e96a815 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ module = "docs.*" ignore_errors = true [build-system] -requires = ['setuptools>=65.4.1', 'wheel', 'Cython>=3,<3.1.0', "poetry-core>=1.0.0"] +requires = ['setuptools>=65.4.1', 'wheel', 'Cython>=3,<3.2.0', "poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.ruff]