From: Zachary Ware Date: Wed, 25 Sep 2024 23:09:37 +0000 (-0500) Subject: Add 3.13 as a version option to the crash issue template (#124560) X-Git-Tag: v3.14.0a1~329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ede1504c4b37b98636bf935679746ba2932f5677;p=thirdparty%2FPython%2Fcpython.git Add 3.13 as a version option to the crash issue template (#124560) --- diff --git a/.github/ISSUE_TEMPLATE/crash.yml b/.github/ISSUE_TEMPLATE/crash.yml index c14d7cf2599d..6d73f7cae5c0 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