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

Remove Python 3.7 support for EOL #992

Closed ericwb closed 1 year ago

ericwb commented 1 year ago

Is your feature request related to a problem? Please describe. Python 3.7 has an end-of-life on June 27, 2023. As such, Bandit should remove support around that time.

https://endoflife.date/python

Describe the solution you'd like Remove 3.7 support

Describe alternatives you've considered N/A, no reason to support EOL versions

Additional context N/A

Love this idea? Give it a 👍. We prioritize fulfilling features with the most 👍.

ericwb commented 1 year ago
mportesdev commented 1 year ago