From b531a566ac8d372dba3297f852618c0e28347bc7 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Wed, 24 Apr 2024 15:22:12 +0000 Subject: [PATCH] Add Python 3.14 start & end dates --- pyversion-info-data.json | 6 ++++-- pyversion-info-data.v1.json | 8 +++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/pyversion-info-data.json b/pyversion-info-data.json index af7afc5..37d9eed 100644 --- a/pyversion-info-data.json +++ b/pyversion-info-data.json @@ -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, @@ -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" } } diff --git a/pyversion-info-data.v1.json b/pyversion-info-data.v1.json index 51137c3..b48dd6b 100644 --- a/pyversion-info-data.v1.json +++ b/pyversion-info-data.v1.json @@ -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", @@ -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, @@ -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": {