From 06d47e88cf6d8dd92f4f2bec84c4cd60c997b258 Mon Sep 17 00:00:00 2001 From: Heiko Becker Date: Tue, 27 Jun 2023 23:37:24 +0200 Subject: [PATCH] Allow maturin 1.x (#191) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7723cd8..5efd6ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=0.14,<0.15"] +requires = ["maturin>=0.14,<2"] build-backend = "maturin" [project]