Add PEP 761 to What's New (#126550)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Seth Michael Larson 2024-11-15 09:54:56 -06:00 committed by GitHub
parent 612ac283b8
commit a2c180f4e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -791,6 +791,16 @@ Changes in the Python API
Build changes Build changes
============= =============
PEP 761: Discontinuation of PGP signatures
------------------------------------------
PGP signatures will not be available for CPython 3.14 and onwards.
Users verifying artifacts must use `Sigstore verification materials`_ for
verifying CPython artifacts. This change in release process is specified
in :pep:`761`.
.. _Sigstore verification materials: https://www.python.org/downloads/metadata/sigstore/
C API changes C API changes
============= =============