]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update verison options in crash issue template (GH-125555)
authorZachary Ware <zach@python.org>
Tue, 15 Oct 2024 22:08:00 +0000 (17:08 -0500)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2024 22:08:00 +0000 (22:08 +0000)
.github/ISSUE_TEMPLATE/crash.yml

index 6d73f7cae5c0ae617709526c6bec7a722fda8174..58da2dfe0c73541c74c4d39d6ea32603cbfd9243 100644 (file)
@@ -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