https://github.com/python/cpython/commit/a2c180f4e768267b12beda7f02436eb4a481dbe2
commit: a2c180f4e768267b12beda7f02436eb4a481dbe2
branch: main
author: Seth Michael Larson <s...@python.org>
committer: hugovk <1324225+hug...@users.noreply.github.com>
date: 2024-11-15T15:54:56Z
summary:

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

Co-authored-by: Hugo van Kemenade <1324225+hug...@users.noreply.github.com>

files:
M Doc/whatsnew/3.14.rst

diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst
index 6cec611d111ece..958efbe73c1c27 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
 =============

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to