Skip to content

Commit 0785b58

Browse files
committed
docs: Add maintenance section to README
1 parent a4faae9 commit 0785b58

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,16 @@ pointed by the `PYO3_CROSS_LIB_DIR` environment variable.
7171
```sh
7272
PYO3_CROSS_LIB_DIR=target/python3-dll cargo build --target x86_64-pc-windows-gnu
7373
```
74+
75+
Maintenance
76+
-----------
77+
78+
This crate embeds the `stable_abi.txt` definitions file from CPython
79+
in the `Misc` subdirectory.
80+
81+
The upstream version of this file is located in the [CPython project][cpython]
82+
repository under the same path.
83+
This file should be updated for every subsequent CPython release
84+
(e.g. for CPython 3.12).
85+
86+
[cpython]: https://github.com/python/cpython/blob/main/Misc/stable_abi.txt

0 commit comments

Comments
 (0)