2022-06-18 14:05:46 -04:00
|
|
|
|
PEP: 693
|
|
|
|
|
Title: Python 3.12 Release Schedule
|
|
|
|
|
Author: Thomas Wouters <thomas@python.org>
|
2022-10-25 13:37:46 -04:00
|
|
|
|
Status: Active
|
2022-06-18 14:05:46 -04:00
|
|
|
|
Type: Informational
|
2022-10-06 21:01:52 -04:00
|
|
|
|
Topic: Release
|
2022-06-18 14:05:46 -04:00
|
|
|
|
Content-Type: text/x-rst
|
|
|
|
|
Created: 24-May-2022
|
|
|
|
|
Python-Version: 3.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Abstract
|
|
|
|
|
========
|
|
|
|
|
|
|
|
|
|
This document describes the development and release schedule for
|
|
|
|
|
Python 3.12. 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 2023.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Release Manager and Crew
|
|
|
|
|
========================
|
|
|
|
|
|
|
|
|
|
- 3.12 Release Manager: Thomas Wouters
|
|
|
|
|
- Windows installers: Steve Dower
|
|
|
|
|
- Mac installers: Ned Deily
|
|
|
|
|
- Documentation: Julien Palard
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Release Schedule
|
|
|
|
|
================
|
|
|
|
|
|
|
|
|
|
3.12.0 schedule
|
|
|
|
|
---------------
|
|
|
|
|
|
|
|
|
|
Note: the dates below use a 17-month development period that results
|
2023-06-18 06:27:14 -04:00
|
|
|
|
in a 12-month release cadence between feature versions, as defined by
|
2022-06-18 14:05:46 -04:00
|
|
|
|
:pep:`602`.
|
|
|
|
|
|
|
|
|
|
Actual:
|
|
|
|
|
|
2023-05-14 13:19:56 -04:00
|
|
|
|
- 3.12 development begins: Sunday, 2022-05-08
|
2022-10-25 13:37:46 -04:00
|
|
|
|
- 3.12.0 alpha 1: Monday, 2022-10-24
|
2022-11-15 09:23:07 -05:00
|
|
|
|
- 3.12.0 alpha 2: Monday, 2022-11-14
|
2022-12-06 18:29:45 -05:00
|
|
|
|
- 3.12.0 alpha 3: Tuesday, 2022-12-06
|
2023-01-10 16:15:42 -05:00
|
|
|
|
- 3.12.0 alpha 4: Tuesday, 2023-01-10
|
2023-02-09 05:14:24 -05:00
|
|
|
|
- 3.12.0 alpha 5: Tuesday, 2023-02-07
|
2023-03-08 16:34:55 -05:00
|
|
|
|
- 3.12.0 alpha 6: Tuesday, 2023-03-07
|
2023-04-21 11:11:23 -04:00
|
|
|
|
- 3.12.0 alpha 7: Tuesday, 2023-04-04
|
2023-05-23 06:47:01 -04:00
|
|
|
|
- 3.12.0 beta 1: Monday, 2023-05-22
|
|
|
|
|
(No new features beyond this point.)
|
2023-06-21 00:22:23 -04:00
|
|
|
|
- 3.12.0 beta 2: Tuesday, 2023-06-06
|
|
|
|
|
- 3.12.0 beta 3: Monday, 2023-06-19
|
2022-06-18 14:05:46 -04:00
|
|
|
|
|
|
|
|
|
Expected:
|
|
|
|
|
|
|
|
|
|
- 3.12.0 beta 4: Monday, 2023-07-10
|
|
|
|
|
- 3.12.0 candidate 1: Monday, 2023-07-31
|
|
|
|
|
- 3.12.0 candidate 2: Monday, 2023-09-04
|
|
|
|
|
- 3.12.0 final: Monday, 2023-10-02
|
|
|
|
|
|
|
|
|
|
Subsequent bugfix releases every two months.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3.12 Lifespan
|
|
|
|
|
-------------
|
|
|
|
|
|
|
|
|
|
3.12 will receive bugfix updates approximately every 2 months for
|
|
|
|
|
approximately 18 months. Some time after the release of 3.13.0 final,
|
|
|
|
|
the ninth and final 3.12 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.12.0 final, so until approximately
|
|
|
|
|
October 2028.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Features for 3.12
|
|
|
|
|
=================
|
|
|
|
|
|
2023-06-21 00:22:23 -04:00
|
|
|
|
New features can be found in `What’s New In Python 3.12
|
|
|
|
|
<https://docs.python.org/3.12/whatsnew/3.12.html>`__.
|
2022-06-18 14:05:46 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Copyright
|
|
|
|
|
=========
|
|
|
|
|
|
|
|
|
|
This document is placed in the public domain or under the CC0-1.0-Universal
|
|
|
|
|
license, whichever is more permissive.
|
|
|
|
|
|
|
|
|
|
|