diff --git a/guide/src/tutorial.md b/guide/src/tutorial.md index 20dafa6f0..8ddd9fdc0 100644 --- a/guide/src/tutorial.md +++ b/guide/src/tutorial.md @@ -38,7 +38,7 @@ rand = "0.8.4" [dependencies.pyo3] version = "0.19.0" # "abi3-py38" tells pyo3 (and maturin) to build using the stable ABI with minimum Python version 3.8 -features = ["abi3-py37"] +features = ["abi3-py38"] ``` Add a `pyproject.toml` to configure [PEP 518](https://peps.python.org/pep-0518/) build system requirements