bump maturin version in getting_started.md

Latest maturin is 0.14.x
This commit is contained in:
Jeff Hodges 2023-02-04 00:09:04 -08:00 committed by GitHub
parent 4d80475008
commit bc1a33f9fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]