From 4774dd4191026bed8ae1baeec37b4c85b7ceac09 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Mon, 25 Dec 2023 11:06:50 +0000 Subject: [PATCH] Add PyPy 7.3.14 --- pyversion-info-data.v1.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pyversion-info-data.v1.json b/pyversion-info-data.v1.json index 82dfd18..0b4c190 100644 --- a/pyversion-info-data.v1.json +++ b/pyversion-info-data.v1.json @@ -1,5 +1,5 @@ { - "last_modified": "2023-12-10T16:40:46+00:00", + "last_modified": "2023-12-25T11:06:13+00:00", "cpython": { "release_dates": { "0.9.0": "1991-02-20", @@ -319,7 +319,8 @@ "7.3.10": "2022-12-06", "7.3.11": "2022-12-29", "7.3.12": "2023-06-16", - "7.3.13": "2023-09-29" + "7.3.13": "2023-09-29", + "7.3.14": "2023-12-25" }, "cpython_versions": { "1.6.0": [ @@ -521,6 +522,11 @@ "2.7.18", "3.9.18", "3.10.13" + ], + "7.3.14": [ + "2.7.18", + "3.9.18", + "3.10.13" ] } }