From 0f2347b177ccb3d766a1f34bf8b8b7354645865b Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 27 Jun 2023 20:59:59 +0300 Subject: [PATCH] Add PEP 719 for Python 3.13 (#1131) --- 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 621681205..849efe614 100644 --- a/include/release-cycle.json +++ b/include/release-cycle.json @@ -1,7 +1,7 @@ { "3.13": { "branch": "main", - "pep": 693, + "pep": 719, "status": "feature", "first_release": "2024-10-07", "end_of_life": "2029-10",