https://github.com/python/cpython/commit/ede1504c4b37b98636bf935679746ba2932f5677
commit: ede1504c4b37b98636bf935679746ba2932f5677
branch: main
author: Zachary Ware <[email protected]>
committer: zware <[email protected]>
date: 2024-09-25T23:09:37Z
summary:

Add 3.13 as a version option to the crash issue template (#124560)

files:
M .github/ISSUE_TEMPLATE/crash.yml

diff --git a/.github/ISSUE_TEMPLATE/crash.yml b/.github/ISSUE_TEMPLATE/crash.yml
index c14d7cf2599d4c1..6d73f7cae5c0ae6 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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to