From 76c725048d007eed18a16ce3a66762e1f57d4379 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Fri, 18 Oct 2024 14:32:16 -0500 Subject: [PATCH] PEP 761: Deprecation doesn't affect previous signatures (#4069) --- peps/pep-0761.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/peps/pep-0761.rst b/peps/pep-0761.rst index 36825a9e6..68f34fb05 100644 --- a/peps/pep-0761.rst +++ b/peps/pep-0761.rst @@ -197,6 +197,14 @@ commitment that is typically done on a volunteer basis. Thus we see removal of PGP key management duties as a step towards reducing burnout and stress of future release managers and improving the sustainability of CPython. +Removing previous PGP signatures +-------------------------------- + +This PEP doesn't intend to break any infrastructure built around existing Python +versions, instead only changing the expectations around future Python versions. +Thus all PGP signatures that are already available on python.org will continue +to be available even after PGP discontinuance. + Appendix ========