Update src/lib.rs

Co-authored-by: Georg Brandl <georg@python.org>
This commit is contained in:
mejrs 2021-05-30 02:20:33 +02:00 committed by GitHub
parent ace6682e5a
commit 1922e98273
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,7 @@
//!
//! # Minimum supported Rust and Python versions
//!
//! PyO3 supports Python 3.6+ and Rust 1.14+.
//! PyO3 supports Python 3.6+ and Rust 1.41+.
//!
//! Building with PyPy is also possible (via cpyext) for Python 3.6,
//! targeted PyPy version is 7.3+. Please refer to the