summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zach@python.org>2024-09-25 23:09:37 (GMT)
committerGitHub <noreply@github.com>2024-09-25 23:09:37 (GMT)
commitede1504c4b37b98636bf935679746ba2932f5677 (patch)
treedfc73ed485f0740a620ebde96c4340db03a21445
parent99b23c64de301c9e77add6b0d8e60118ef807840 (diff)
downloadcpython-ede1504c4b37b98636bf935679746ba2932f5677.zip
cpython-ede1504c4b37b98636bf935679746ba2932f5677.tar.gz
cpython-ede1504c4b37b98636bf935679746ba2932f5677.tar.bz2
Add 3.13 as a version option to the crash issue template (#124560)
-rw-r--r--.github/ISSUE_TEMPLATE/crash.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/crash.yml b/.github/ISSUE_TEMPLATE/crash.yml
index c14d7cf..6d73f7c 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