summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKirill Podoprigora <kirill.bast9@mail.ru>2024-10-15 21:25:20 (GMT)
committerGitHub <noreply@github.com>2024-10-15 21:25:20 (GMT)
commitfee8fe5858c05599efb014bf4538ef8d52baa45c (patch)
tree5a5ebf89153d4d8ece47d6f189ec5b9f803a6c7a /.github
parent12eaadc0ad33411bb02945d700b6ed7e758bb188 (diff)
downloadcpython-fee8fe5858c05599efb014bf4538ef8d52baa45c.zip
cpython-fee8fe5858c05599efb014bf4538ef8d52baa45c.tar.gz
cpython-fee8fe5858c05599efb014bf4538ef8d52baa45c.tar.bz2
Issue template: Remove 3.8 and add 3.14 version (#125552)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index 395516f..7b7810c 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