Skip to content

Commit

Permalink
Update issue template with latest versions (#783)
Browse files Browse the repository at this point in the history
When opening an issue, the template only allows
selecting versions 1.7.0 as the max. And python version
is limited to 3.9.
  • Loading branch information
ericwb committed Jan 28, 2022
1 parent 458b4a1 commit e85f5fd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Expand Up @@ -44,7 +44,9 @@ body:
label: Bandit version
description: Run "bandit --version" if unsure of version number
options:
- 1.7.0 (Default)
- 1.7.2 (Default)
- 1.7.1
- 1.7.0
- 1.6.3
- 1.6.2
- 1.6.1
Expand All @@ -63,7 +65,8 @@ body:
label: Python version
description: Run "bandit --version" if unsure of version number
options:
- 3.9 (Default)
- 3.10 (Default)
- 3.9
- 3.8
- 3.7
- 3.6
Expand Down

0 comments on commit e85f5fd

Please sign in to comment.