Skip to content

Commit

Permalink
Add classifier to indicate Py3 only (#853)
Browse files Browse the repository at this point in the history
PyPI has a classifier to specifically state that only Python 3.x is supported (as opposed to 2.x).

https://pypi.org/pypi?%3Aaction=list_classifiers
  • Loading branch information
ericwb committed Mar 9, 2022
1 parent 1c0fc80 commit 8379bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -22,6 +22,7 @@ classifier =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only
Topic :: Security
project_urls =
Release notes = https://github.com/PyCQA/bandit/releases
Expand Down

0 comments on commit 8379bcc

Please sign in to comment.