Skip to content

Conversation

ericwb
Copy link
Member

@ericwb ericwb commented Sep 24, 2024

As of October 1st, 2024, Python 3.8 becomes end-of-life. As such Bandit should also no longer support the version.

This commit will bump minimum version of support to Python 3.9 and remove any legacy 3.8 specific code.

This is a breaking change for those still using Python 3.8 and so the minor version will be bumped to 1.8.x for it.

Closes #1173

@ericwb ericwb force-pushed the rm_py38 branch 2 times, most recently from ea7beb4 to 9b887ea Compare October 7, 2024 02:56
As of October 1st, 2024, Python 3.8 becomes end-of-life. As such
Bandit should also no longer support the version.

This commit will bump minimum version of support to Python 3.9
and remove any legacy 3.8 specific code.

This is a breaking change for those still using Python 3.8 and
so the minor version will be bumped to 1.8.x for it.

Closes PyCQA#1173

Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
@ericwb ericwb merged commit 34dbf7c into PyCQA:main Oct 7, 2024
14 checks passed
@ericwb ericwb deleted the rm_py38 branch October 7, 2024 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Removal of Python 3.8 support (end-of-life on October 2024)
2 participants