1
1
PEP: 569
2
2
Title: Python 3.8 Release Schedule
3
3
Author: Łukasz Langa <
[email protected] >
4
- Status: Active
4
+ Status: Final
5
5
Type: Informational
6
6
Topic: Release
7
7
Created: 27-Jan-2018
@@ -34,10 +34,15 @@ Release Manager and Crew
34
34
35
35
3.8 will receive bugfix updates approximately every 2 months for
36
36
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.
41
46
42
47
43
48
Release Schedule
@@ -86,7 +91,7 @@ Bugfix releases
86
91
Source-only security fix releases
87
92
---------------------------------
88
93
89
- Provided irregularly on an "as-needed" basis until October 2024.
94
+ Provided irregularly on an "as-needed" basis until October 7th 2024.
90
95
91
96
- 3.8.11: Monday, 2021-06-28
92
97
- 3.8.12: Monday, 2021-08-30
@@ -97,7 +102,7 @@ Provided irregularly on an "as-needed" basis until October 2024.
97
102
- 3.8.17: Tuesday, 2023-06-06
98
103
- 3.8.18: Thursday, 2023-08-24
99
104
- 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)
101
106
102
107
103
108
Features for 3.8
0 commit comments