Skip to content

Commit ff431af

Browse files
authored
Render Python 3.10 in drop down correctly (#997)
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.
1 parent bee8070 commit ff431af

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ body:
6868
label: Python version
6969
description: Run "bandit --version" if unsure of version number
7070
options:
71-
- 3.11 (Default)
72-
- 3.10
73-
- 3.9
74-
- 3.8
75-
- 3.7
76-
- 3.6
77-
- 3.5
71+
- "3.11 (Default)"
72+
- "3.10"
73+
- "3.9"
74+
- "3.8"
75+
- "3.7"
76+
- "3.6"
77+
- "3.5"
7878
validations:
7979
required: true
8080

0 commit comments

Comments
 (0)