Skip to content

Commit e815555

Browse files
committed
Warning: this package is no longer actively maintained.
1 parent 1402aaa commit e815555

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
rust-cpython [![Build Status](https://travis-ci.org/dgrunwald/rust-cpython.svg?branch=master)](https://travis-ci.org/dgrunwald/rust-cpython)
22
====================
33

4+
Warning: this package is no longer actively maintained. Python 3.12 is not supported and likely will not be supported.
5+
Please switch to [PyO3](https://github.com/PyO3/pyo3) instead.
6+
47
[Rust](http://www.rust-lang.org/) bindings for the [python](https://www.python.org/) interpreter.
58

69
* [Documentation](http://dgrunwald.github.io/rust-cpython/doc/cpython/)
@@ -16,6 +19,9 @@ Supported Python versions:
1619
* Python 2.7
1720
* Python 3.7 to 3.11
1821

22+
Warning: this package is no longer actively maintained. Python 3.12 is not supported and likely will not be supported.
23+
Please switch to [PyO3](https://github.com/PyO3/pyo3) instead.
24+
1925
Requires Rust 1.41.1 or later.
2026

2127
# Usage

0 commit comments

Comments
 (0)