From 13796a32d3c8bd499a90fa3f02ff2f640b4b21dc Mon Sep 17 00:00:00 2001 From: cjdcordeiro Date: Wed, 24 Jul 2024 16:11:08 +0000 Subject: [PATCH] ci: automatically update oci/python/_releases.json, from https://github.com/canonical/oci-factory/actions/runs/10080015719 --- oci/python/_releases.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/oci/python/_releases.json b/oci/python/_releases.json index e60e76cf..a6f23a3f 100644 --- a/oci/python/_releases.json +++ b/oci/python/_releases.json @@ -1,11 +1,11 @@ { "3.8-20.04": { "edge": { - "target": "25" + "target": "31" }, "end-of-life": "2025-03-31T00:00:00Z", "stable": { - "target": "25" + "target": "31" }, "candidate": { "target": "3.8-20.04_stable" @@ -17,7 +17,22 @@ "3.12-24.04": { "end-of-life": "2029-03-31T00:00:00Z", "edge": { - "target": "26" + "target": "33" + } + }, + "3.10-22.04": { + "end-of-life": "2027-03-31T00:00:00Z", + "stable": { + "target": "32" + }, + "candidate": { + "target": "3.10-22.04_stable" + }, + "beta": { + "target": "3.10-22.04_candidate" + }, + "edge": { + "target": "32" } } } \ No newline at end of file