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 Python 2 support eventually #1739

Closed
bitprophet opened this issue Aug 27, 2020 · 3 comments
Closed

Drop Python 2 support eventually #1739

bitprophet opened this issue Aug 27, 2020 · 3 comments
Labels

Comments

@bitprophet
Copy link
Member

bitprophet commented Aug 27, 2020

Emphasis on eventually, please don't freak out (yet).

This has been on everyone's minds for years now, this particular ticket is spurred by pyca/cryptography#5359 - being our primary dependency. Word on the street is they will drop Python 2 support in late 2020, after which if we continue to rely on prior versions, we'll be back where we were with PyCrypto re: increasingly insecure and unable to support newer key types, kexen etc (yes, even given how slow we are to add those anyways).

Did some basic number crunching using the PyPI public BigQuery corpus:

40% still on 2.7 is well above my personal comfort level for leaving out in the cold, but at the same time, I only have so much time and energy these days so anything I can do to make this software easier to support, is good.

We'll see what the next 4-6mo brings.

@bitprophet
Copy link
Member Author

I always forget that pypistats exists now! https://pypistats.org/packages/paramiko - they look back only about 3mo and the view from that perspective is even better, very roughly 25% Python 2 with notable downward slope.

@septatrix
Copy link

Also at this point in time most linux distributions ship Python 3 as the default and those which default to Python 2 reached their EOL for the most part. Furthermore can users fix their version to the current major version if they desire and the python2-less version should be released as a major release.

@bitprophet
Copy link
Member Author

http://bitprophet.org/blog/2021/02/25/byethon2/ - I'll close this now since otherwise I'd probably forget to come back and update the status 😒 It's definitely happening!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants