From: Seth Michael Larson Date: Fri, 15 Nov 2024 15:54:56 +0000 (-0600) Subject: Add PEP 761 to What's New (#126550) X-Git-Tag: v3.14.0a2~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2c180f4e768267b12beda7f02436eb4a481dbe2;p=thirdparty%2FPython%2Fcpython.git Add PEP 761 to What's New (#126550) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 6cec611d111e..958efbe73c1c 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -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 =============