Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions peps/pep-0619.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Provided irregularly on an "as-needed" basis until October 2026.
- 3.10.17: Tuesday, 2025-04-08
- 3.10.18: Tuesday, 2025-06-03
- 3.10.19: Thursday, 2025-10-09
- 3.10.20: Tuesday, 2026-03-03

.. release schedule: ends

Expand Down
1 change: 1 addition & 0 deletions peps/pep-0664.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Provided irregularly on an "as-needed" basis until October 2027.
- 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

.. release schedule: ends

Expand Down
1 change: 1 addition & 0 deletions peps/pep-0693.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Provided irregularly on an as-needed basis until October 2028.

- 3.12.11: Tuesday, 2025-06-03
- 3.12.12: Thursday, 2025-10-09
- 3.12.13: Tuesday, 2026-03-03

.. release schedule: ends

Expand Down
15 changes: 15 additions & 0 deletions release_management/python-releases.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2904,6 +2904,11 @@ stage = "3.10.19"
state = "actual"
date = 2025-10-09

[[release."3.10"]]
stage = "3.10.20"
state = "actual"
date = 2026-03-03

# -- Python 3.11 --------------------------------------------------------------

[metadata."3.11"]
Expand Down Expand Up @@ -3062,6 +3067,11 @@ stage = "3.11.14"
state = "actual"
date = 2025-10-09

[[release."3.11"]]
stage = "3.11.15"
state = "actual"
date = 2026-03-03

# -- Python 3.12 --------------------------------------------------------------

[metadata."3.12"]
Expand Down Expand Up @@ -3210,6 +3220,11 @@ stage = "3.12.12"
state = "actual"
date = 2025-10-09

[[release."3.12"]]
stage = "3.12.13"
state = "actual"
date = 2026-03-03

# -- Python 3.13 --------------------------------------------------------------

[metadata."3.13"]
Expand Down
Loading