PEP 569 – Python 3.8 Release Schedule | peps.python.org (original) (raw)

Author:

Łukasz Langa

Status:

Final

Type:

Informational

Topic:

Release

Created:

27-Jan-2018

Python-Version:

3.8


Table of Contents

Abstract

This document describes the development and release schedule for Python 3.8. The schedule primarily concerns itself with PEP-sized items.

Release Manager and Crew

3.8 Lifespan

3.8 will receive bugfix updates approximately every 2 months for approximately 18 months. Some time after the release of 3.9.0 final, the ninth and final 3.8 bugfix update was released. After that, security updates (source only) were released for 5 years until the release of Python 3.13.0 final.

As of 2024-10-07, 3.8 has reached theend-of-life phaseof its release cycle. 3.8.20 was the final security release. The codebase for 3.8 is now frozen and no further updates will be provided nor issues of any kind will be accepted on the bug tracker.

Release Schedule

3.8.0 schedule

Bugfix releases

Source-only security fix releases

Provided irregularly on an “as-needed” basis until October 7th 2024.

Features for 3.8

Some of the notable features of Python 3.8 include:

There are many other interesting changes, please consult the “What’s New” page in the documentation for a full list.

This document has been placed in the public domain.