From 6413ee8aec3c54fdcffae6f188e74ecef9779b78 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Mon, 22 Apr 2024 12:45:33 +0200 Subject: [PATCH] ci: bumped maturin version requirement --- bindings/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index e81a5c7..c6a1951 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -5,5 +5,5 @@ name = "analiticcl" test = [ "pytest" ] [build-system] -requires = ["maturin>=0.11,<0.12"] +requires = ["maturin>=1.0.1"] build-backend = "maturin"