Skip to content

Commit 5b16b6a

Browse files
authored
Add 1.7.7 to versions of bug template (#1110)
* Add 1.7.7 to versions of bug template With the newly released 1.7.7, users need to have the option to choose 1.7.7 in the drop down of the bug template. * Update bug-report.yml * Drop unsupported python versions as well
1 parent 858bfd8 commit 5b16b6a

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+2-13
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,14 @@ body:
4444
label: Bandit version
4545
description: Run "bandit --version" if unsure of version number
4646
options:
47-
- 1.7.6 (Default)
47+
- 1.7.7 (Default)
48+
- 1.7.6
4849
- 1.7.5
4950
- 1.7.4
5051
- 1.7.3
5152
- 1.7.2
5253
- 1.7.1
5354
- 1.7.0
54-
- 1.6.3
55-
- 1.6.2
56-
- 1.6.1
57-
- 1.6.0
58-
- 1.5.1
59-
- 1.5.0
60-
- 1.4.0
61-
- 1.3.0
62-
- 0.17.0-eol
6355
validations:
6456
required: true
6557

@@ -74,9 +66,6 @@ body:
7466
- "3.10"
7567
- "3.9"
7668
- "3.8"
77-
- "3.7"
78-
- "3.6"
79-
- "3.5"
8069
validations:
8170
required: true
8271

0 commit comments

Comments
 (0)