From: Kirill Podoprigora Date: Tue, 15 Oct 2024 21:25:20 +0000 (+0300) Subject: Issue template: Remove 3.8 and add 3.14 version (#125552) X-Git-Tag: v3.14.0a2~405^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fee8fe5858c05599efb014bf4538ef8d52baa45c;p=thirdparty%2FPython%2Fcpython.git Issue template: Remove 3.8 and add 3.14 version (#125552) --- diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 395516f29b03..7b7810cf6965 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -34,12 +34,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