Skip to content

Commit e4bea0f

Browse files
committed
PEP 619, 664, 693: 3.10.20, 3.11.15, 3.12.13 released on 2026-03-03
1 parent 483f561 commit e4bea0f

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

peps/pep-0619.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Provided irregularly on an "as-needed" basis until October 2026.
9797
- 3.10.17: Tuesday, 2025-04-08
9898
- 3.10.18: Tuesday, 2025-06-03
9999
- 3.10.19: Thursday, 2025-10-09
100+
- 3.10.20: Tuesday, 2026-03-03
100101

101102
.. release schedule: ends
102103

peps/pep-0664.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Provided irregularly on an "as-needed" basis until October 2027.
9494
- 3.11.12: Tuesday, 2025-04-08
9595
- 3.11.13: Tuesday, 2025-06-03
9696
- 3.11.14: Thursday, 2025-10-09
97+
- 3.11.15: Tuesday, 2026-03-03
9798

9899
.. release schedule: ends
99100

peps/pep-0693.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Provided irregularly on an as-needed basis until October 2028.
8686
8787
- 3.12.11: Tuesday, 2025-06-03
8888
- 3.12.12: Thursday, 2025-10-09
89+
- 3.12.13: Tuesday, 2026-03-03
8990

9091
.. release schedule: ends
9192

release_management/python-releases.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2904,6 +2904,11 @@ stage = "3.10.19"
29042904
state = "actual"
29052905
date = 2025-10-09
29062906

2907+
[[release."3.10"]]
2908+
stage = "3.10.20"
2909+
state = "actual"
2910+
date = 2026-03-03
2911+
29072912
# -- Python 3.11 --------------------------------------------------------------
29082913

29092914
[metadata."3.11"]
@@ -3062,6 +3067,11 @@ stage = "3.11.14"
30623067
state = "actual"
30633068
date = 2025-10-09
30643069

3070+
[[release."3.11"]]
3071+
stage = "3.11.15"
3072+
state = "actual"
3073+
date = 2026-03-03
3074+
30653075
# -- Python 3.12 --------------------------------------------------------------
30663076

30673077
[metadata."3.12"]
@@ -3210,6 +3220,11 @@ stage = "3.12.12"
32103220
state = "actual"
32113221
date = 2025-10-09
32123222

3223+
[[release."3.12"]]
3224+
stage = "3.12.13"
3225+
state = "actual"
3226+
date = 2026-03-03
3227+
32133228
# -- Python 3.13 --------------------------------------------------------------
32143229

32153230
[metadata."3.13"]

0 commit comments

Comments
 (0)