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

Remove/freeze python 3.2 #84

Closed
mattrobenolt opened this issue Jan 20, 2016 · 4 comments
Closed

Remove/freeze python 3.2 #84

mattrobenolt opened this issue Jan 20, 2016 · 4 comments

Comments

@mattrobenolt
Copy link
Contributor

Lots of python libraries are dropping support for python 3.2.

Specifically, virtualenv 14.0.0 (https://virtualenv.pypa.io/en/latest/changes.html) and pip 8.0.0 (https://pip.pypa.io/en/stable/news/).

urllib3 has dropped 3.2: urllib3/urllib3#787 This means that requests (https://github.com/kennethreitz/requests) will be dropping 3.2 since it depends on urllib3.

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.

@yosifkit
Copy link
Member

👍 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.

@tianon
Copy link
Member

tianon commented Jan 20, 2016 via email

@alex
Copy link

alex commented Jan 21, 2016

There's no final release planned to the best of my knowledge.

@tianon
Copy link
Member

tianon commented Jan 26, 2016

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants