Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Python 2 support from the build system #12920

Merged
merged 2 commits into from
Jan 29, 2025

Conversation

Mab879
Copy link
Member

@Mab879 Mab879 commented Jan 28, 2025

Description:

Well, the project technically still does support Python 2, but we will not be making an effort to keep this up. Update the docs to reflect this.

Rationale:

See #12046

@Mab879 Mab879 added this to the 0.1.76 milestone Jan 28, 2025
@@ -174,11 +174,9 @@ and keep these guidelines in mind when writing new code.
* We use [Code Climate](https://codeclimate.com/quality) to help automate the checking for PEP 8 issues.
* We do make one change from PEP 8; our maximum line length is 99 characters
* Methods should be defined before they are called
* The files in the build system shall be Python 2.7 and Python 3 compatible
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should define the minimal Python version that we need to be compatible with.

@jan-cerny jan-cerny self-assigned this Jan 29, 2025
Copy link

codeclimate bot commented Jan 29, 2025

Code Climate has analyzed commit 03c9afa and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 61.9% (0.0% change).

View more on Code Climate.

@jan-cerny jan-cerny merged commit 2b951e6 into ComplianceAsCode:master Jan 29, 2025
109 checks passed
@Mab879 Mab879 deleted the remove_python2 branch January 29, 2025 15:37
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.

2 participants