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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

python: Remove usage of six #16675

Merged
merged 1 commit into from
Sep 28, 2023
Merged

python: Remove usage of six #16675

merged 1 commit into from
Sep 28, 2023

Conversation

akx
Copy link
Contributor

@akx akx commented Sep 27, 2023

This PR removes remaining traces of the six Python 2/Python 3 compatibility library; the Python generator targets Python 3.7+ only, so it isn't needed for anything.

The idea is to eventually drop the six dep from https://github.com/kubernetes-client/python too.

PR checklist

  • Read the contribution guidelines.
  • Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how to validate the work. Missing information here may result in delayed response from the community.
  • Run the following to build the project and update samples (...)
  • File the PR against the correct branch: master (upcoming 7.1.0 minor release - breaking changes with fallbacks), 8.0.x (breaking changes without fallbacks)
    • This should not break anything, since the generators are targeting Python 3.7 anyway.
  • If your PR is targeting a particular programming language, @mention the technical committee members, so they are more likely to review the pull request.

@akx

This comment was marked as outdated.

@wing328 wing328 added Server: Python Enhancement: Code Cleanup General refactoring, removal of deprecated things, commenting, etc. labels Sep 27, 2023
@wing328 wing328 added this to the 7.1.0 milestone Sep 27, 2023
@wing328 wing328 merged commit 67b129f into OpenAPITools:master Sep 28, 2023
36 checks passed
@akx akx deleted the desix branch September 29, 2023 17:09
AlanCitrix pushed a commit to AlanCitrix/openapi-generator that referenced this pull request Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement: Code Cleanup General refactoring, removal of deprecated things, commenting, etc. Server: Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants