Skip to content

Commit 8945d76

Browse files
Yhg1shugovk
andauthored
PEP 719: Add the Python 3.13 release schedule PEP. (#3184)
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 9d64094 commit 8945d76

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

pep-0719.rst

+84
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
PEP: 719
2+
Title: Python 3.13 Release Schedule
3+
Author: Thomas Wouters <[email protected]>
4+
Status: Active
5+
Type: Informational
6+
Topic: Release
7+
Content-Type: text/x-rst
8+
Created: 26-May-2023
9+
Python-Version: 3.13
10+
11+
12+
Abstract
13+
========
14+
15+
This document describes the development and release schedule for
16+
Python 3.13. The schedule primarily concerns itself with PEP-sized
17+
items.
18+
19+
.. Small features may be added up to the first beta
20+
release. Bugs may be fixed until the final release,
21+
which is planned for October 2024.
22+
23+
24+
Release Manager and Crew
25+
========================
26+
27+
- 3.13 Release Manager: Thomas Wouters
28+
- Windows installers: Steve Dower
29+
- Mac installers: Ned Deily
30+
- Documentation: Julien Palard
31+
32+
33+
Release Schedule
34+
================
35+
36+
3.13.0 schedule
37+
---------------
38+
39+
Note: the dates below use a 17-month development period that results
40+
in a 12-month release cadence between feature versions, as defined by
41+
:pep:`602`.
42+
43+
Actual:
44+
45+
- 3.13 development begins: Monday, 2023-05-22
46+
47+
Expected:
48+
49+
- 3.13.0 alpha 1: Tuesday, 2023-10-17
50+
- 3.13.0 alpha 2: Tuesday, 2023-11-21
51+
- 3.13.0 alpha 3: Tuesday, 2023-12-19
52+
- 3.13.0 alpha 4: Tuesday, 2024-01-16
53+
- 3.13.0 alpha 5: Tuesday, 2024-02-13
54+
- 3.13.0 alpha 6: Tuesday, 2024-03-12
55+
- 3.13.0 alpha 7: Tuesday, 2024-04-09
56+
- 3.13.0 beta 1: Tuesday, 2024-05-07
57+
(No new features beyond this point.)
58+
- 3.13.0 beta 2: Tuesday, 2024-05-28
59+
- 3.13.0 beta 3: Tuesday, 2024-06-18
60+
- 3.13.0 beta 4: Tuesday, 2024-07-16
61+
- 3.13.0 candidate 1: Tuesday, 2024-07-30
62+
- 3.13.0 candidate 2: Tuesday, 2024-09-03
63+
- 3.13.0 final: Tuesday, 2024-10-01
64+
65+
Subsequent bugfix releases every two months.
66+
67+
68+
3.13 Lifespan
69+
-------------
70+
71+
3.13 will receive bugfix updates approximately every 2 months for
72+
approximately 24 months. Around the time of the release of 3.15.0 final, the
73+
final 3.13 bugfix update will be released. After that, it is expected that
74+
security updates (source only) will be released until 5 years after the
75+
release of 3.13.0 final, so until approximately October 2029.
76+
77+
78+
Copyright
79+
=========
80+
81+
This document is placed in the public domain or under the CC0-1.0-Universal
82+
license, whichever is more permissive.
83+
84+

0 commit comments

Comments
 (0)