]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add PEP 761 to What's New (#126550)
authorSeth Michael Larson <seth@python.org>
Fri, 15 Nov 2024 15:54:56 +0000 (09:54 -0600)
committerGitHub <noreply@github.com>
Fri, 15 Nov 2024 15:54:56 +0000 (15:54 +0000)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Doc/whatsnew/3.14.rst

index 6cec611d111ece38bd745f986d0b1e72dc539228..958efbe73c1c27b9a48f530229cae9b0ed80d064 100644 (file)
@@ -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
 =============