-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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/freeze python 3.2 #84
Comments
👍 We were planning to drop it once it hit end of life, which should be February 2016. So a freeze for now is perfectly reasonable. |
Oh, EOL is literally next month -- why not just drop it? Is there any way
to know whether a final "goodbye" release is planned?
|
There's no final release planned to the best of my knowledge. |
Cool, thanks @alex ❤️ Let's axe it. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lots of python libraries are dropping support for python 3.2.
Specifically,
virtualenv
14.0.0 (https://virtualenv.pypa.io/en/latest/changes.html) andpip
8.0.0 (https://pip.pypa.io/en/stable/news/).urllib3
has dropped 3.2: urllib3/urllib3#787 This means thatrequests
(https://github.com/kennethreitz/requests) will be dropping 3.2 since it depends onurllib3
.So given that this is the trend, I propose we either remove 3.2 from here, or explicitly lock it so dependencies don't get updated like in #83.
The text was updated successfully, but these errors were encountered: