Skip to content

Commit 7580763

Browse files
committed
… will need explicit confiuration
1 parent c3b1186 commit 7580763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/init.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1562,7 +1562,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
15621562
This function was added in a bugfix release, and
15631563
extensions that use it will be incompatible with Python 3.14.0.
15641564
Most packaging tools for Python are not able to handle this
1565-
incompatibility automatically, and will need.
1565+
incompatibility automatically, and will need explicit configuration.
15661566
When using PyPA standards (wheels and source distributions),
15671567
specify ``Requires-Python: != 3.14.0.*`` in
15681568
`core metadata <https://packaging.python.org/en/latest/specifications/core-metadata/#requires-python>`_.
@@ -1582,7 +1582,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
15821582
This function was added in a bugfix release, and
15831583
extensions that use it will be incompatible with Python 3.14.0.
15841584
Most packaging tools for Python are not able to handle this
1585-
incompatibility automatically, and will need.
1585+
incompatibility automatically, and will need explicit configuration.
15861586
When using PyPA standards (wheels and source distributions),
15871587
specify ``Requires-Python: != 3.14.0.*`` in
15881588
`core metadata <https://packaging.python.org/en/latest/specifications/core-metadata/#requires-python>`_.

0 commit comments

Comments
 (0)