Skip to content

Commit ada0f55

Browse files
committed
PEP 569: So long, Python 3.8
1 parent dbb5594 commit ada0f55

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

peps/pep-0569.rst

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PEP: 569
22
Title: Python 3.8 Release Schedule
33
Author: Łukasz Langa <[email protected]>
4-
Status: Active
4+
Status: Final
55
Type: Informational
66
Topic: Release
77
Created: 27-Jan-2018
@@ -34,10 +34,15 @@ Release Manager and Crew
3434

3535
3.8 will receive bugfix updates approximately every 2 months for
3636
approximately 18 months. Some time after the release of 3.9.0 final,
37-
the ninth and final 3.8 bugfix update will be released. After that,
38-
it is expected that security updates (source only) will be released
39-
until 5 years after the release of 3.8 final, so until approximately
40-
October 2024.
37+
the ninth and final 3.8 bugfix update was released. After that,
38+
security updates (source only) were released for 5 years until the
39+
release of Python 3.13.0 final.
40+
41+
As of 2024-10-07, 3.8 has reached the
42+
`end-of-life phase <https://devguide.python.org/devcycle/#end-of-life-branches>`_
43+
of its release cycle. 3.8.20 was the final security release.
44+
The codebase for 3.8 is now frozen and no further updates will be
45+
provided nor issues of any kind will be accepted on the bug tracker.
4146

4247

4348
Release Schedule
@@ -86,7 +91,7 @@ Bugfix releases
8691
Source-only security fix releases
8792
---------------------------------
8893

89-
Provided irregularly on an "as-needed" basis until October 2024.
94+
Provided irregularly on an "as-needed" basis until October 7th 2024.
9095

9196
- 3.8.11: Monday, 2021-06-28
9297
- 3.8.12: Monday, 2021-08-30
@@ -97,7 +102,7 @@ Provided irregularly on an "as-needed" basis until October 2024.
97102
- 3.8.17: Tuesday, 2023-06-06
98103
- 3.8.18: Thursday, 2023-08-24
99104
- 3.8.19: Tuesday, 2024-03-19
100-
- 3.8.20: Friday, 2024-09-06
105+
- 3.8.20: Friday, 2024-09-06 (final security release)
101106

102107

103108
Features for 3.8

0 commit comments

Comments
 (0)