You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/PyO3/Lobby)
8
9
9
10
[Rust](http://www.rust-lang.org/) bindings for [Python](https://www.python.org/). This includes running and interacting with Python code from a Rust binary, as well as writing native Python modules.
@@ -16,7 +17,7 @@ A comparison with rust-cpython can be found [in the guide](https://pyo3.rs/maste
16
17
17
18
## Usage
18
19
19
-
PyO3 supports Python 3.5 and up. The minimum required Rust version is 1.44.
20
+
PyO3 supports Python 3.5 and up. The minimum required Rust version is 1.42.
20
21
21
22
PyPy is also supported (via cpyext) for Python 3.5 only, targeted PyPy version is 7.0.0.
22
23
Please refer to the [pypy section in the guide](https://pyo3.rs/master/pypy.html).
0 commit comments