-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 3.6 #7843
Comments
cc: @glyph @mattsb42-aws @bmw @ohemorange @bitprophet @mhils for our various high-profile down-streams |
Thanks for the heads up. We're all set: twisted/twisted#10303 |
I'm only just now dropping <=3.5 on most of my crap, but once the dust settles there (it includes also dropping py2) I'll take a closer look at whether my installbase would get pissy on dropping 3.6 too 🤔 |
3.6 represents a shade under 7% of downloads now, but we've run into quite a few CI issues as a last-mover on dropping 3.6. 40.0.0 will still be the final release that supports 3.6. |
On my end, I just checked, and while Paramiko is ~10-15% 3.6 (in 3rd place after 3.7 and 3.8), fabric and its alias fabric2 are both easily 50-60% 3.6 still. Huh. (And while it doesn't typically require cryptography installation, Invoke is also 50-60% 3.6.) |
It's no longer supported by upstream. We've been warning (though not committing to a deadling) for a while. Usage is currently around 7% or so. Our expectation is that by the time Ubuntu 18.04 goes EOL (April 2023), we should be able to drop it. Expected timeline:
python-requires
, remove any branchespython_version >= "3.7"
from CI constraintsThe text was updated successfully, but these errors were encountered: