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

drop python2 from CI #4605

Merged
merged 1 commit into from
Jan 29, 2021
Merged

drop python2 from CI #4605

merged 1 commit into from
Jan 29, 2021

Conversation

dulmandakh
Copy link
Contributor

@dulmandakh dulmandakh commented Jan 28, 2021

The issue

PIP dropped Python 2 support pypa/pip#6148, therefore pipenv needs to drop Python 2 and make performance improvements.

I would like to volunteer sometime to drop Python 2.

The fix

Let's drop Python 2 from CI, then we can do other cleanups safely.

The checklist

  • Associated issue
  • A news fragment in the news/ directory to describe this fix with the extension .bugfix, .feature, .behavior, .doc. .vendor. or .trivial (this will appear in the release changelog). Use semantic line breaks and name the file after the issue number or the PR #.

@frostming
Copy link
Contributor

Thanks for that, to drop Python 2 there are some more to do:

  • Remove six and other backport libraries
  • Modernize the codebase to Py3.6+
  • Remove compatible codes

I will merge this shortly

@dulmandakh
Copy link
Contributor Author

@frostming I would like to work on removing six once this merged. Thanks

@frostming frostming merged commit 250a69e into pypa:master Jan 29, 2021
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