Skip to content

Commit 13c1c1b

Browse files
committed
Add 3.16 release date and EOL date
<python/peps@f29099e>
1 parent d7df94c commit 13c1c1b

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

pyversion-info-data.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@
289289
"3.14.11": "2027-06-01",
290290
"3.14.12": "2027-08-03",
291291
"3.14.13": "2027-10-05",
292-
"3.15.0": "2026-10-01"
292+
"3.15.0": "2026-10-01",
293+
"3.16.0": "2027-10-05"
293294
},
294295
"series_eol_dates": {
295296
"0.9": true,
@@ -323,6 +324,7 @@
323324
"3.12": "2028-10-01",
324325
"3.13": "2029-10-01",
325326
"3.14": "2030-10-01",
326-
"3.15": "2031-10-01"
327+
"3.15": "2031-10-01",
328+
"3.16": "2032-10-01"
327329
}
328330
}

pyversion-info-data.v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"last_modified": "2025-12-05T22:05:43+00:00",
2+
"last_modified": "2026-02-23T23:04:43+00:00",
33
"cpython": {
44
"release_dates": {
55
"0.9.0": "1991-02-20",
@@ -291,7 +291,8 @@
291291
"3.14.11": "2027-06-01",
292292
"3.14.12": "2027-08-03",
293293
"3.14.13": "2027-10-05",
294-
"3.15.0": "2026-10-01"
294+
"3.15.0": "2026-10-01",
295+
"3.16.0": "2027-10-05"
295296
},
296297
"eol_dates": {
297298
"0.9": true,
@@ -325,7 +326,8 @@
325326
"3.12": "2028-10-01",
326327
"3.13": "2029-10-01",
327328
"3.14": "2030-10-01",
328-
"3.15": "2031-10-01"
329+
"3.15": "2031-10-01",
330+
"3.16": "2032-10-01"
329331
}
330332
},
331333
"pypy": {

0 commit comments

Comments
 (0)