File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
rust-cpython [ ![ Build Status] ( https://travis-ci.org/dgrunwald/rust-cpython.svg?branch=master )] ( https://travis-ci.org/dgrunwald/rust-cpython )
2
2
====================
3
3
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
+
4
7
[ Rust] ( http://www.rust-lang.org/ ) bindings for the [ python] ( https://www.python.org/ ) interpreter.
5
8
6
9
* [ Documentation] ( http://dgrunwald.github.io/rust-cpython/doc/cpython/ )
@@ -16,6 +19,9 @@ Supported Python versions:
16
19
* Python 2.7
17
20
* Python 3.7 to 3.11
18
21
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
+
19
25
Requires Rust 1.41.1 or later.
20
26
21
27
# Usage
You can’t perform that action at this time.
0 commit comments