From fd8d9502a68ba3a02fff69df354bae71bfd03a89 Mon Sep 17 00:00:00 2001 From: Carlos Coelho <80289056+carlosrcoelho@users.noreply.github.com> Date: Fri, 19 Jul 2024 13:17:05 -0300 Subject: [PATCH] fix(issue-template): adjust bug-template python version (#2812) --- .github/ISSUE_TEMPLATE/bug-report.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 24061970a..8ba7a1fbb 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -93,18 +93,17 @@ body: validations: required: true - - type: checkboxes + - type: dropdown id: python-version attributes: - label: Python Version + label: "Python Version" description: | - My Python version is: - - Langflow requires Python version 3.10 or greater. + + **Langflow requires Python version 3.10 or greater.** options: - - label: "3.12" - - label: "3.11" - - label: "3.10" + - "3.12" + - "3.11" + - "3.10" - type: markdown attributes: