PyCQA / bandit

Bandit is a tool designed to find common security issues in Python code.
https://bandit.readthedocs.io
Apache License 2.0
6.5k stars 610 forks source link

Mark Python 3.13 as officially supported #1192

Closed ericwb closed 1 month ago

ericwb commented 1 month ago

This change updates the unit testing to only use released versions of Python 3.13. It also updates the PyPI classifier to declare 3.13 support.

ericwb commented 1 month ago

This is a minimal enough change that I'll go ahead and merge without review.