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: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
## [Unreleased]
9
9
### Packaging
10
10
- Drop support for Python 3.5 (as it is now end-of-life). [#1250](https://github.com/PyO3/pyo3/pull/1250)
11
+
- Bump minimum supported Rust version to 1.45. [#1272](https://github.com/PyO3/pyo3/pull/1272)
12
+
- Bump indoc dependency to 1.0. [#1272](https://github.com/PyO3/pyo3/pull/1272)
13
+
- Bump paste dependency to 1.0. [#1272](https://github.com/PyO3/pyo3/pull/1272)
11
14
12
15
### Added
13
16
- Add support for building for CPython limited API. This required a few minor changes to runtime behaviour of of pyo3 `#[pyclass]` types. See the migration guide for full details. [#1152](https://github.com/PyO3/pyo3/pull/1152)
[](https://gitter.im/PyO3/Lobby)
8
8
9
9
[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.
@@ -18,7 +18,7 @@ A comparison with rust-cpython can be found [in the guide](https://pyo3.rs/maste
18
18
19
19
## Usage
20
20
21
-
PyO3 supports Python 3.6 and up. The minimum required Rust version is 1.39.0.
21
+
PyO3 supports Python 3.6 and up. The minimum required Rust version is 1.45.0.
22
22
23
23
Building with PyPy is also possible (via cpyext) for Python 3.6, targeted PyPy version is 7.3+.
24
24
Please refer to the [pypy section in the guide](https://pyo3.rs/master/pypy.html).
0 commit comments