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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@
16
16
17
17
## Usage
18
18
19
-
PyO3 supports Python 3.6 and up. The minimum required Rust version is 1.41.
20
-
21
-
PyPy is also supported. Some minor features are unavailable on PyPy - please refer to the [pypy section in the guide](https://pyo3.rs/latest/building_and_distribution/pypy.html) for more information.
19
+
PyO3 supports the following software versions:
20
+
- Python 3.6 and up (CPython and PyPy)
21
+
- Rust 1.41 and up
22
22
23
23
You can use PyO3 to write a native Python module in Rust, or to embed Python in a Rust binary. The following sections explain each of these in turn.
0 commit comments