Skip to content

Commit

Permalink
chore: declare support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Oct 1, 2023
1 parent 43501bb commit f6ca26d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ body:
label: Python version
description: Run "bandit --version" if unsure of version number
options:
- "3.11 (Default)"
- "3.12 (Default)"
- "3.11"
- "3.10"
- "3.9"
- "3.8"
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifier =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3 :: Only
Topic :: Security
project_urls =
Expand Down

0 comments on commit f6ca26d

Please sign in to comment.