From 7a06aa6d39fd220df18756101d4976fd8a05b8ef Mon Sep 17 00:00:00 2001 From: Chris Tam Date: Sun, 19 Nov 2023 09:47:44 -0500 Subject: [PATCH] Bump max maturin version (#155) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f201e2..d443198 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin<=1.3.1"] +requires = ["maturin<=1.3.2"] build-backend = "maturin" [project]