You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bandit no longer supports Pytyon 3.6 and earlier since those are
end-of-life. Therefore there is no longer a need to have any
code that conditional checks on versions as early as that.
This change cleans up the sql_statements check to only be for
Python 3.7 and later.
Closes#800
Signed-off-by: Eric Brown <browne@vmware.com>
Describe the bug
Python 3.6 support was dropped since 3.6 is end-of-life. Yet test_functional.py still has conditional logic based
on Python 3.6. See https://github.com/PyCQA/bandit/blob/master/tests/functional/test_functional.py#L389
Reproduction steps
Expected behavior
No longer necessary to support Python 3.6 conditional code.
Bandit version
1.7.2 (Default)
Python version
3.9
Additional context
No response
The text was updated successfully, but these errors were encountered: