@@ -3,7 +3,7 @@ Title: Python 3.6 Release Schedule
33Version: $Revision$
44Last-Modified: $Date$
55Author: Ned Deily <
[email protected] >
6- Status: Active
6+ Status: Final
77Type: Informational
88Content-Type: text/x-rst
99Created: 30-May-2015
@@ -17,10 +17,6 @@ This document describes the development and release schedule for
1717Python 3.6. The schedule primarily concerns itself with PEP-sized
1818items.
1919
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-
2420
2521Release Manager and Crew
2622========================
@@ -42,6 +38,12 @@ After that, it is expected that
4238(source only) will be released as needed until 5 years after
4339the release of 3.6 final, so until approximately 2021-12.
4440
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+
4547
4648Release Schedule
4749================
@@ -150,18 +152,11 @@ Source only
150152
151153- 3.6.14 final: 2021-06-28
152154
153- 3.6.15 schedule
154- ---------------
155+ 3.6.15 schedule (last security-only release)
156+ --------------------------------------------
155157
156158- 3.6.15 final: 2021-09-04
157159
158- 3.6.16 and beyond schedule
159- --------------------------
160-
161- Security fixes only, as needed, until 2021-12
162-
163- - TBD
164-
165160
166161Features for 3.6
167162================
0 commit comments