From d89b1c5dc395d0e32519827cf166b29d0f30170c Mon Sep 17 00:00:00 2001 From: skshetry <18718008+skshetry@users.noreply.github.com> Date: Sat, 9 Dec 2023 07:36:13 +0545 Subject: [PATCH] tutorial: fix abi to match comment This looks like it was forgotten to update in #1799, but I could be wrong here. --- guide/src/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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