From 73bc9286eced540685f64fa81ba9ea0dda60e23f Mon Sep 17 00:00:00 2001 From: Pierce Freeman Date: Tue, 3 Dec 2024 14:12:23 -0800 Subject: [PATCH] Fix format of build system requires --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5751405..818b0e10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ types-pygments = "^2.18.0.20240506" [build-system] # Pin for maturin until the latest pypi distribution action supports # metadata 2.4: https://github.com/PyO3/maturin/issues/2335 -requires = ["maturin>=1.3.0<1.7.6"] +requires = ["maturin>=1.3.0,<1.7.6"] build-backend = "maturin" [tool.mypy]