@@ -3,7 +3,7 @@ Title: Python 3.6 Release Schedule
3
3
Version: $Revision$
4
4
Last-Modified: $Date$
5
5
Author: Ned Deily <
[email protected] >
6
- Status: Active
6
+ Status: Final
7
7
Type: Informational
8
8
Content-Type: text/x-rst
9
9
Created: 30-May-2015
@@ -17,10 +17,6 @@ This document describes the development and release schedule for
17
17
Python 3.6. The schedule primarily concerns itself with PEP-sized
18
18
items.
19
19
20
- .. Small features may be added up to the first beta
21
- release. Bugs may be fixed until the final release,
22
- which is planned for December 2016.
23
-
24
20
25
21
Release Manager and Crew
26
22
========================
@@ -42,6 +38,12 @@ After that, it is expected that
42
38
(source only) will be released as needed until 5 years after
43
39
the release of 3.6 final, so until approximately 2021-12.
44
40
41
+ As of 2021-12-23, 3.6 has reached the
42
+ `end-of-life phase <https://devguide.python.org/devcycle/#end-of-life-branches>`_
43
+ of its release cycle. 3.6.15 was the final security release. The code base for
44
+ 3.6 is now frozen and no further updates will be provided nor issues of any
45
+ kind will be accepted on the bug tracker.
46
+
45
47
46
48
Release Schedule
47
49
================
@@ -150,18 +152,11 @@ Source only
150
152
151
153
- 3.6.14 final: 2021-06-28
152
154
153
- 3.6.15 schedule
154
- ---------------
155
+ 3.6.15 schedule (last security-only release)
156
+ --------------------------------------------
155
157
156
158
- 3.6.15 final: 2021-09-04
157
159
158
- 3.6.16 and beyond schedule
159
- --------------------------
160
-
161
- Security fixes only, as needed, until 2021-12
162
-
163
- - TBD
164
-
165
160
166
161
Features for 3.6
167
162
================
0 commit comments