Skip to content

Commit

Permalink
Merge pull request #1876 from skshetry/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Dec 9, 2023
2 parents c6932cd + d89b1c5 commit d3803b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3803b6

Please sign in to comment.