Following system colour scheme Selected dark colour scheme Selected light colour scheme

Python Enhancement Proposals

PEP 664 – Python 3.11 Release Schedule

PEP 664 – Python 3.11 Release Schedule

Author:
Pablo Galindo Salgado <pablogsal at python.org>
Status:
Active
Type:
Informational
Topic:
Release
Created:
12-Jul-2021
Python-Version:
3.11

Table of Contents

Abstract

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

Release Manager and Crew

  • 3.11 Release Manager: Pablo Galindo Salgado
  • Windows installers: Steve Dower
  • Mac installers: Ned Deily
  • Documentation: Julien Palard

Release Schedule

3.11.0 schedule

Note: the dates below use a 17-month development period that results in a 12-month release cadence between feature versions, as defined by PEP 602.

Actual:

  • 3.11 development begins: Monday, 2021年05月03日
  • 3.11.0 alpha 1: Tuesday, 2021年10月05日
  • 3.11.0 alpha 2: Tuesday, 2021年11月02日
  • 3.11.0 alpha 3: Wednesday, 2021年12月08日
  • 3.11.0 alpha 4: Friday, 2022年01月14日
  • 3.11.0 alpha 5: Thursday, 2022年02月03日
  • 3.11.0 alpha 6: Monday, 2022年03月07日
  • 3.11.0 alpha 7: Tuesday, 2022年04月05日
  • 3.11.0 beta 1: Sunday, 2022年05月08日 (No new features beyond this point.)
  • 3.11.0 beta 2: Tuesday, 2022年05月31日
  • 3.11.0 beta 3: Wednesday, 2022年06月01日
  • 3.11.0 beta 4: Monday, 2022年07月11日
  • 3.11.0 beta 5: Tuesday, 2022年07月26日
  • 3.11.0 candidate 1: Monday, 2022年08月08日
  • 3.11.0 candidate 2: Monday, 2022年09月12日
  • 3.11.0 final: Monday, 2022年10月24日

Bugfix releases

Actual:

  • 3.11.1: Tuesday, 2022年12月06日
  • 3.11.2: Wednesday, 2023年02月08日
  • 3.11.3: Wednesday, 2023年04月05日
  • 3.11.4: Tuesday, 2023年06月06日
  • 3.11.5: Thursday, 2023年08月24日
  • 3.11.6: Monday, 2023年10月02日
  • 3.11.7: Monday, 2023年12月04日
  • 3.11.8: Tuesday, 2024年02月06日
  • 3.11.9: Tuesday, 2024年04月02日 (Final regular bugfix release with binary installers)

Source-only security fix releases

Provided irregularly on an "as-needed" basis until October 2027.

  • 3.11.10: Saturday, 2024年09月07日
  • 3.11.11: Tuesday, 2024年12月03日
  • 3.11.12: Tuesday, 2025年04月08日
  • 3.11.13: Tuesday, 2025年06月03日
  • 3.11.14: Thursday, 2025年10月09日
  • 3.11.15: Tuesday, 2026年03月03日

3.11 Lifespan

3.11 received bugfix updates approximately every 2 months for approximately 18 months. Some time after the release of 3.12.0 final, the ninth and final 3.11 bugfix update was released. After that, it is expected that security updates (source only) will be released until 5 years after the release of 3.11.0 final, so until approximately October 2027.

Features for 3.11

Some of the notable features of Python 3.11 include:

  • PEP 654, Exception Groups and except*.
  • PEP 657, Enhanced error locations in tracebacks.
  • PEP 680, Support for parsing TOML in the standard library
  • Python 3.11 is up to 10-60% faster than Python 3.10. On average, we measured a 1.25x speedup on the standard benchmark suite. See Faster CPython for details.

Typing features:

  • PEP 646, Variadic generics.
  • PEP 655, Marking individual TypedDict items as required or potentially-missing.
  • PEP 673, Self type.
  • PEP 675, Arbitrary literal string type.
  • PEP 681, Dataclass transforms

AltStyle によって変換されたページ (->オリジナル) /