From c9aef19cbf6ee24c5a4a699ca2e83d44600c6405 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 19 Oct 2023 12:52:56 -0400 Subject: add 3.13 as an option on the bug form (#111083) --- .github/ISSUE_TEMPLATE/bug.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 21a3753..395516f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -39,6 +39,7 @@ body: - "3.10" - "3.11" - "3.12" + - "3.13" - "CPython main branch" validations: required: true -- cgit v0.12