From b38ed5ec26e33c192d231a69dff52eb4a181606b Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Wed, 25 Sep 2024 15:43:01 -0700 Subject: [PATCH] Add 3.13 as a version option to the crash issue template --- .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 c14d7cf2599d4c..6d73f7cae5c0ae 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