From ede1504c4b37b98636bf935679746ba2932f5677 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Wed, 25 Sep 2024 18:09:37 -0500 Subject: [PATCH] Add 3.13 as a version option to the crash issue template (#124560) --- .github/ISSUE_TEMPLATE/crash.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/crash.yml b/.github/ISSUE_TEMPLATE/crash.yml index c14d7cf2599..6d73f7cae5c 100644 --- a/.github/ISSUE_TEMPLATE/crash.yml +++ b/.github/ISSUE_TEMPLATE/crash.yml @@ -32,6 +32,7 @@ body: - "3.10" - "3.11" - "3.12" + - "3.13" - "CPython main branch" validations: required: true