We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa511b commit 68a7b78Copy full SHA for 68a7b78
Doc/c-api/stable.rst
@@ -16,7 +16,7 @@ CPython's Application Binary Interface (ABI) is forward- and
16
backwards-compatible across a minor release (if these are compiled the same
17
way; see :ref:`stable-abi-platform` below).
18
So, code compiled for Python 3.10.0 will work on 3.10.8 and vice versa,
19
-but will need to be compiled separately for 3.9.x and 3.10.x.
+but will need to be compiled separately for 3.9.x and 3.11.x.
20
21
There are two tiers of C API with different stability expectations:
22
0 commit comments