diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-10-18 04:42:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 04:42:28 (GMT) |
commit | 411d6a638ebdb91e7bfe9b59a02340b6d1bc98e4 (patch) | |
tree | 394b49b768028e4b20b6f446ce7b95652afab8d2 /Doc/whatsnew | |
parent | 7025844f4c79eeb7d767009c7dad606f92079911 (diff) | |
download | cpython-411d6a638ebdb91e7bfe9b59a02340b6d1bc98e4.zip cpython-411d6a638ebdb91e7bfe9b59a02340b6d1bc98e4.tar.gz cpython-411d6a638ebdb91e7bfe9b59a02340b6d1bc98e4.tar.bz2 |
gh-109975: What's new in 3.13: longer full support (#110997)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.13.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index e5f01fa..358bd17 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 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 ============ |