From bc1a33f9fede5ac49b65d0c9ff594a2f957abde5 Mon Sep 17 00:00:00 2001 From: Jeff Hodges Date: Sat, 4 Feb 2023 00:09:04 -0800 Subject: [PATCH] bump maturin version in getting_started.md Latest maturin is 0.14.x --- guide/src/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/getting_started.md b/guide/src/getting_started.md index 1628b627d7a..6f16cb72295 100644 --- a/guide/src/getting_started.md +++ b/guide/src/getting_started.md @@ -123,7 +123,7 @@ You should also create a `pyproject.toml` with the following contents: ```toml [build-system] -requires = ["maturin>=0.13,<0.14"] +requires = ["maturin>=0.14,<0.15"] build-backend = "maturin" [project]