diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fe8c3fd..091b989 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -61,10 +61,10 @@ body: label: Python Version description: Version of Python your Crew is running on options: - - 3.10 - - 3.11 - - 3.12 - - 3.13 + - '3.10' + - '3.11' + - '3.12' + - '3.13' validations: required: true - type: input