Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(issue-template): adjust bug-template python version #2812

Merged
merged 25 commits into from
Jul 19, 2024
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading