From 4f113bb27009cab25f3e6ae5aa8f242dd0823528 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 8 Apr 2025 21:35:32 +0300 Subject: [PATCH] Python 3.12 is now in security-only --- include/release-cycle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/release-cycle.json b/include/release-cycle.json index b77e90487..54367b2ad 100644 --- a/include/release-cycle.json +++ b/include/release-cycle.json @@ -18,7 +18,7 @@ "3.12": { "branch": "3.12", "pep": 693, - "status": "bugfix", + "status": "security", "first_release": "2023-10-02", "end_of_life": "2028-10", "release_manager": "Thomas Wouters"