diff --git a/peps/pep-0739.rst b/peps/pep-0739.rst index ccfe05f067e..e37d1d6cff9 100644 --- a/peps/pep-0739.rst +++ b/peps/pep-0739.rst @@ -3,11 +3,12 @@ Title: ``build-details.json`` 1.0 — a static description file for Python build Author: Filipe Laíns PEP-Delegate: Paul Moore Discussions-To: https://discuss.python.org/t/pep-739-static-description-file-for-build-details-of-python-installations/44572 -Status: Draft +Status: Accepted Type: Standards Track Topic: Packaging Created: 19-Dec-2023 Python-Version: 3.14 +Resolution: https://discuss.python.org/t/44572/90 Abstract @@ -454,7 +455,7 @@ below, which is rendered in an human-readable format here. - - ``.cpython-314-x86_64-linux-gnu.so`` - etc. * - Required - - **True** + - **False** ``abi.stable_abi_suffix`` ~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/peps/pep-0739/python-build-info-v1.0.schema.json b/peps/pep-0739/python-build-info-v1.0.schema.json index a2b0e9c6563..3f0f47bbdf8 100644 --- a/peps/pep-0739/python-build-info-v1.0.schema.json +++ b/peps/pep-0739/python-build-info-v1.0.schema.json @@ -150,8 +150,7 @@ "type": "object", "description": "Object containing details related to ABI.", "required": [ - "flags", - "extension_suffix" + "flags" ], "additionalProperties": false, "properties": {