From: Ned Batchelder Date: Thu, 19 Oct 2023 16:52:56 +0000 (-0400) Subject: add 3.13 as an option on the bug form (#111083) X-Git-Tag: v3.13.0a2~399 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9aef19cbf6ee24c5a4a699ca2e83d44600c6405;p=thirdparty%2FPython%2Fcpython.git add 3.13 as an option on the bug form (#111083) --- diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 21a375361bf5..395516f29b03 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