Skip to content

Commit dc0b267

Browse files
committed
Add a minimum rustc badge
1 parent 6440814 commit dc0b267

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Actions Status](https://github.com/PyO3/pyo3/workflows/Test/badge.svg)](https://github.com/PyO3/pyo3/actions)
55
[![codecov](https://codecov.io/gh/PyO3/pyo3/branch/master/graph/badge.svg)](https://codecov.io/gh/PyO3/pyo3)
66
[![crates.io](http://meritbadge.herokuapp.com/pyo3)](https://crates.io/crates/pyo3)
7+
[![minimum rustc 1.42](https://img.shields.io/badge/rustc-1.42+-blue.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
78
[![Join the dev chat](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/PyO3/Lobby)
89

910
[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
1617

1718
## Usage
1819

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.
2021

2122
PyPy is also supported (via cpyext) for Python 3.5 only, targeted PyPy version is 7.0.0.
2223
Please refer to the [pypy section in the guide](https://pyo3.rs/master/pypy.html).

0 commit comments

Comments
 (0)