From 41613f7cee2bf1d5c4050000e6f0fc23f6593e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Andr=C3=A9s=20Margffoy=20Tuay?= Date: Wed, 1 Sep 2021 16:30:50 -0500 Subject: [PATCH] Pin maturin version to v0.11.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51773a21..372524a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,5 +3,5 @@ name = "pywinpty" requires-python = ">=3.6" [build-system] -requires = ["maturin>=0.10,<0.11"] +requires = ["maturin>=0.11.3,<0.12"] build-backend = "maturin"