PEP 494: move 3.6 to end-of-life status.
This commit is contained in:
parent
f2f542d544
commit
58b93bdfdb
23
pep-0494.txt
23
pep-0494.txt
|
@ -3,7 +3,7 @@ Title: Python 3.6 Release Schedule
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Ned Deily <nad@python.org>
|
Author: Ned Deily <nad@python.org>
|
||||||
Status: Active
|
Status: Final
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 30-May-2015
|
Created: 30-May-2015
|
||||||
|
@ -17,10 +17,6 @@ This document describes the development and release schedule for
|
||||||
Python 3.6. The schedule primarily concerns itself with PEP-sized
|
Python 3.6. The schedule primarily concerns itself with PEP-sized
|
||||||
items.
|
items.
|
||||||
|
|
||||||
.. Small features may be added up to the first beta
|
|
||||||
release. Bugs may be fixed until the final release,
|
|
||||||
which is planned for December 2016.
|
|
||||||
|
|
||||||
|
|
||||||
Release Manager and Crew
|
Release Manager and Crew
|
||||||
========================
|
========================
|
||||||
|
@ -42,6 +38,12 @@ After that, it is expected that
|
||||||
(source only) will be released as needed until 5 years after
|
(source only) will be released as needed until 5 years after
|
||||||
the release of 3.6 final, so until approximately 2021-12.
|
the release of 3.6 final, so until approximately 2021-12.
|
||||||
|
|
||||||
|
As of 2021-12-23, 3.6 has reached the
|
||||||
|
`end-of-life phase <https://devguide.python.org/devcycle/#end-of-life-branches>`_
|
||||||
|
of its release cycle. 3.6.15 was the final security release. The code base for
|
||||||
|
3.6 is now frozen and no further updates will be provided nor issues of any
|
||||||
|
kind will be accepted on the bug tracker.
|
||||||
|
|
||||||
|
|
||||||
Release Schedule
|
Release Schedule
|
||||||
================
|
================
|
||||||
|
@ -150,18 +152,11 @@ Source only
|
||||||
|
|
||||||
- 3.6.14 final: 2021-06-28
|
- 3.6.14 final: 2021-06-28
|
||||||
|
|
||||||
3.6.15 schedule
|
3.6.15 schedule (last security-only release)
|
||||||
---------------
|
--------------------------------------------
|
||||||
|
|
||||||
- 3.6.15 final: 2021-09-04
|
- 3.6.15 final: 2021-09-04
|
||||||
|
|
||||||
3.6.16 and beyond schedule
|
|
||||||
--------------------------
|
|
||||||
|
|
||||||
Security fixes only, as needed, until 2021-12
|
|
||||||
|
|
||||||
- TBD
|
|
||||||
|
|
||||||
|
|
||||||
Features for 3.6
|
Features for 3.6
|
||||||
================
|
================
|
||||||
|
|
Loading…
Reference in New Issue