mirror of https://github.com/python/cpython
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:
parent
612ac283b8
commit
a2c180f4e7
|
@ -791,6 +791,16 @@ Changes in the Python API
|
|||
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
|
||||
=============
|
||||
|
|
Loading…
Reference in New Issue