Merge pull request #1419 from cfbolz/patch-1

Fix the PyPy link in README.md
This commit is contained in:
David Hewitt 2021-02-10 22:04:39 +00:00 committed by GitHub
commit 414c05c14e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ A comparison with rust-cpython can be found [in the guide](https://pyo3.rs/maste
PyO3 supports Python 3.6 and up. The minimum required Rust version is 1.45.0. PyO3 supports Python 3.6 and up. The minimum required Rust version is 1.45.0.
Building with PyPy is also possible (via cpyext) for Python 3.6, targeted PyPy version is 7.3+. Building with PyPy is also possible (via cpyext) for Python 3.6, targeted PyPy version is 7.3+.
Please refer to the [pypy section in the guide](https://pyo3.rs/master/pypy.html). Please refer to the [pypy section in the guide](https://pyo3.rs/master/building_and_distribution/pypy.html).
You can either write a native Python module in Rust, or use Python from a Rust binary. You can either write a native Python module in Rust, or use Python from a Rust binary.