From e5a7b148455477024985652be595d239703f4dc1 Mon Sep 17 00:00:00 2001 From: rg936672 <162452529+rg936672@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:12:54 +0100 Subject: [PATCH] chore: add newer versions of Python (3.10+) to bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6f24f088..734fd185 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -43,6 +43,9 @@ body: options: - "3.8" - "3.9" + - "3.10" + - "3.11" + - "3.12" validations: required: true - type: input