From 8d91bd146d2f2f49cc5bd8e4162136ab91c667c5 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Tue, 27 Jun 2023 17:31:03 +0200 Subject: [PATCH 1/5] PEP 716: Add the Python 3.13 release schedule PEP. --- pep-0716.rst | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 pep-0716.rst diff --git a/pep-0716.rst b/pep-0716.rst new file mode 100644 index 00000000000..187188c1d27 --- /dev/null +++ b/pep-0716.rst @@ -0,0 +1,84 @@ +PEP: 716 +Title: Python 3.13 Release Schedule +Author: Thomas Wouters +Status: Active +Type: Informational +Topic: Release +Content-Type: text/x-rst +Created: 26-May-2023 +Python-Version: 3.13 + + +Abstract +======== + +This document describes the development and release schedule for +Python 3.13. The schedule primarily concerns itself with PEP-sized +items. + +.. Small features may be added up to the first beta + release. Bugs may be fixed until the final release, + which is planned for October 2024. + + +Release Manager and Crew +======================== + +- 3.13 Release Manager: Thomas Wouters +- Windows installers: Steve Dower +- Mac installers: Ned Deily +- Documentation: Julien Palard + + +Release Schedule +================ + +3.13.0 schedule +--------------- + +Note: the dates below use a 17-month development period that results +in a 12-month release cadence between major versions, as defined by +:pep:`602`. + +Actual: + +- 3.13 development begins: Sunday, 2023-05-22 + +Expected: + +- 3.13.0 alpha 1: Tuesday, 2023-10-17 +- 3.13.0 alpha 2: Tuesday, 2023-11-21 +- 3.13.0 alpha 3: Tuesday, 2023-12-19 +- 3.13.0 alpha 4: Tuesday, 2024-01-16 +- 3.13.0 alpha 5: Tuesday, 2024-02-13 +- 3.13.0 alpha 6: Tuesday, 2024-03-12 +- 3.13.0 alpha 7: Tuesday, 2024-04-09 +- 3.13.0 beta 1: Tuesday, 2024-05-07 + (No new features beyond this point.) +- 3.13.0 beta 2: Tuesday, 2024-05-28 +- 3.13.0 beta 3: Tuesday, 2024-06-18 +- 3.13.0 beta 4: Tuesday, 2024-07-16 +- 3.13.0 candidate 1: Tuesday, 2024-07-30 +- 3.13.0 candidate 2: Tuesday, 2024-09-03 +- 3.13.0 final: Tuesday, 2024-10-01 + +Subsequent bugfix releases every two months. + + +3.13 Lifespan +------------- + +3.13 will receive bugfix updates approximately every 2 months for +approximately 24 months. Around the time of the release of 3.15.0 final, the +final 3.13 bugfix update will be released. After that, it is expected that +security updates (source only) will be released until 5 years after the +release of 3.13.0 final, so until approximately October 2029. + + +Copyright +========= + +This document is placed in the public domain or under the CC0-1.0-Universal +license, whichever is more permissive. + + From 45481b50fc16b327b15cdb2a93475bd954f78aa4 Mon Sep 17 00:00:00 2001 From: "T. Wouters" Date: Tue, 27 Jun 2023 17:41:35 +0200 Subject: [PATCH 2/5] Update pep-0716.rst Co-authored-by: Hugo van Kemenade --- pep-0716.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0716.rst b/pep-0716.rst index 187188c1d27..77d682f7e16 100644 --- a/pep-0716.rst +++ b/pep-0716.rst @@ -37,7 +37,7 @@ Release Schedule --------------- Note: the dates below use a 17-month development period that results -in a 12-month release cadence between major versions, as defined by +in a 12-month release cadence between feature versions, as defined by :pep:`602`. Actual: From e9cd27189b628b6c9edb5e26fcca9ef237482cf6 Mon Sep 17 00:00:00 2001 From: "T. Wouters" Date: Tue, 27 Jun 2023 17:42:02 +0200 Subject: [PATCH 3/5] Update pep-0716.rst Co-authored-by: Hugo van Kemenade --- pep-0716.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0716.rst b/pep-0716.rst index 77d682f7e16..a27679fc5d7 100644 --- a/pep-0716.rst +++ b/pep-0716.rst @@ -42,7 +42,7 @@ in a 12-month release cadence between feature versions, as defined by Actual: -- 3.13 development begins: Sunday, 2023-05-22 +- 3.13 development begins: Monday, 2023-05-22 Expected: From 80d3a87d916ed739b2c311befd5f074768a5287c Mon Sep 17 00:00:00 2001 From: "T. Wouters" Date: Tue, 27 Jun 2023 17:48:05 +0200 Subject: [PATCH 4/5] Update pep-0716.rst Co-authored-by: Hugo van Kemenade --- pep-0716.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0716.rst b/pep-0716.rst index a27679fc5d7..40bcec4b0d5 100644 --- a/pep-0716.rst +++ b/pep-0716.rst @@ -1,4 +1,4 @@ -PEP: 716 +PEP: 719 Title: Python 3.13 Release Schedule Author: Thomas Wouters Status: Active From ef4bfab3445b2e283fd54805e5fc97692a541e58 Mon Sep 17 00:00:00 2001 From: "T. Wouters" Date: Tue, 27 Jun 2023 17:48:31 +0200 Subject: [PATCH 5/5] Rename pep-0716.rst to pep-0719.rst --- pep-0716.rst => pep-0719.rst | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pep-0716.rst => pep-0719.rst (100%) diff --git a/pep-0716.rst b/pep-0719.rst similarity index 100% rename from pep-0716.rst rename to pep-0719.rst