PyCQA / bandit

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

Add official support of Python 3.12 #1068

Closed ericwb closed 1 year ago

ericwb commented 1 year ago

Python 3.12 was released on Monday Oct 2. Bandit should be built and tested on this version going forward.

ericwb commented 1 year ago

Seems stestr doesn't support Py3.12 yet

ericwb commented 1 year ago

Blocked by https://github.com/mtreinish/stestr/pull/353

sigmavirus24 commented 1 year ago

Maybe we should just switch to pytest?

ericwb commented 1 year ago

Maybe we should just switch to pytest?

Probably at some point. But for now it's fixed.