Skip to content

Commit

Permalink
Add Python 3.14 start & end dates
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Apr 24, 2024
1 parent ccd46c6 commit b531a56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions pyversion-info-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@
"3.12.7": "2024-12-03",
"3.12.8": "2025-02-04",
"3.12.9": "2025-04-08",
"3.13.0": "2024-10-01"
"3.13.0": "2024-10-01",
"3.14.0": "2025-10-01"
},
"series_eol_dates": {
"0.9": true,
Expand Down Expand Up @@ -270,6 +271,7 @@
"3.10": "2026-10-01",
"3.11": "2027-10-01",
"3.12": "2028-10-01",
"3.13": "2029-10-01"
"3.13": "2029-10-01",
"3.14": "2030-10-01"
}
}
8 changes: 5 additions & 3 deletions pyversion-info-data.v1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"last_modified": "2024-04-23T23:23:34+00:00",
"last_modified": "2024-04-24T15:21:54+00:00",
"cpython": {
"release_dates": {
"0.9.0": "1991-02-20",
Expand Down Expand Up @@ -240,7 +240,8 @@
"3.12.7": "2024-12-03",
"3.12.8": "2025-02-04",
"3.12.9": "2025-04-08",
"3.13.0": "2024-10-01"
"3.13.0": "2024-10-01",
"3.14.0": "2025-10-01"
},
"eol_dates": {
"0.9": true,
Expand Down Expand Up @@ -272,7 +273,8 @@
"3.10": "2026-10-01",
"3.11": "2027-10-01",
"3.12": "2028-10-01",
"3.13": "2029-10-01"
"3.13": "2029-10-01",
"3.14": "2030-10-01"
}
},
"pypy": {
Expand Down

0 comments on commit b531a56

Please # to comment.