Skip to content

Commit

Permalink
Render Python 3.10 in drop down correctly (#997)
Browse files Browse the repository at this point in the history
This is a fix to properly render the 3.10 option in the
Python version drop down. Markdown is rendering
3.10 as 3.1.
  • Loading branch information
ericwb committed Mar 10, 2023
1 parent bee8070 commit ff431af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ body:
label: Python version
description: Run "bandit --version" if unsure of version number
options:
- 3.11 (Default)
- 3.10
- 3.9
- 3.8
- 3.7
- 3.6
- 3.5
- "3.11 (Default)"
- "3.10"
- "3.9"
- "3.8"
- "3.7"
- "3.6"
- "3.5"
validations:
required: true

Expand Down

0 comments on commit ff431af

Please sign in to comment.