From: Zachary Ware Date: Tue, 15 Oct 2024 22:08:00 +0000 (-0500) Subject: Update verison options in crash issue template (GH-125555) X-Git-Tag: v3.14.0a2~405^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7453b8f15c77a8f3b07a5049450436079476c465;p=thirdparty%2FPython%2Fcpython.git Update verison options in crash issue template (GH-125555) --- diff --git a/.github/ISSUE_TEMPLATE/crash.yml b/.github/ISSUE_TEMPLATE/crash.yml index 6d73f7cae5c0..58da2dfe0c73 100644 --- a/.github/ISSUE_TEMPLATE/crash.yml +++ b/.github/ISSUE_TEMPLATE/crash.yml @@ -27,12 +27,12 @@ body: label: "CPython versions tested on:" multiple: true options: - - "3.8" - "3.9" - "3.10" - "3.11" - "3.12" - "3.13" + - "3.14" - "CPython main branch" validations: required: true