From 2fd43cf961cf857b7673051a5f9b3a2969adec1e Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Tue, 26 Nov 2024 22:00:58 +0000 Subject: [PATCH] use git branch of maturin for testing --- crates/jiter-python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/jiter-python/pyproject.toml b/crates/jiter-python/pyproject.toml index 3239ec3..a4f7d20 100644 --- a/crates/jiter-python/pyproject.toml +++ b/crates/jiter-python/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=1,<2"] +requires = ["maturin @ git+https://github.com/davidhewitt/maturin.git@windows-abiflags"] build-backend = "maturin" [project]