https://github.com/python/cpython/commit/fee8fe5858c05599efb014bf4538ef8d52baa45c
commit: fee8fe5858c05599efb014bf4538ef8d52baa45c
branch: main
author: Kirill Podoprigora <[email protected]>
committer: hugovk <[email protected]>
date: 2024-10-16T00:25:20+03:00
summary:

Issue template: Remove 3.8 and add 3.14 version (#125552)

files:
M .github/ISSUE_TEMPLATE/bug.yml

diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index 395516f29b037c..7b7810cf6965fd 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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to