From 9c6adbedde24014e2bb4b3adcc7d78e0cf4c645a Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 17 Oct 2023 18:40:16 +0300 Subject: [PATCH 1/2] Python 3.13+ has a greater share of full support --- Doc/whatsnew/3.13.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index a932be43413b1e..797c3ccab74ca9 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -65,7 +65,12 @@ Summary -- Release highlights .. PEP-sized items next. +* :pep:`602` ("Annual Release Cycle for Python") has been updated: + * Python 3.9 - 3.12 have 1½ year of full support, + followed by 3½ years of security fixes. + * Python 3.13 and later have 2 years of full support, + followed by 3 years of security fixes. New Features ============ From e18d088b0b5c285f7bffbab114bc0f89c64d908e Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 17 Oct 2023 19:05:47 +0300 Subject: [PATCH 2/2] =?UTF-8?q?Spell=20out=20numbers=20as=20words=20to=20a?= =?UTF-8?q?void=20=C2=BD=20character?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Doc/whatsnew/3.13.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 797c3ccab74ca9..b3b494c05315e3 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -67,10 +67,10 @@ Summary -- Release highlights * :pep:`602` ("Annual Release Cycle for Python") has been updated: - * Python 3.9 - 3.12 have 1½ year of full support, - followed by 3½ years of security fixes. - * Python 3.13 and later have 2 years of full support, - followed by 3 years of security fixes. + * Python 3.9 - 3.12 have one and a half years of full support, + followed by three and a half years of security fixes. + * Python 3.13 and later have two years of full support, + followed by three years of security fixes. New Features ============