From a2c180f4e768267b12beda7f02436eb4a481dbe2 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Fri, 15 Nov 2024 09:54:56 -0600 Subject: [PATCH] Add PEP 761 to What's New (#126550) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- Doc/whatsnew/3.14.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 6cec611d111..958efbe73c1 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 =============