File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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>`_.
You can’t perform that action at this time.
0 commit comments