-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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.6 support when pip does #1273
Comments
Some blog posts related: |
Perhaps it would be nice to post a link to the mailing list to gather feedback? I don't have a clear idea of how many users still only use 2.6. One thing I've missed when working on py.test is dict comprehensions and set literals... other than that I have not hit any major roadblocks, so I'm +0 on the idea. |
Other then one less version to test for, is there anything which is gained
|
We have a few 2.6 only bugs and 2.6 is eol Also 2.6 prevented details like pytest as a package |
To me pinning 2.6 for projects which depend on that seems reasobable... |
twitter feedback seems positive, what other channels should i stir up? |
I would send an email to the mailing list |
closing after crosschecking with pip |
What do you mean @RonnyPfannschmidt? |
pip tries to follow pytest latest and will support python 2.6 in the 7 series and possibly in the 8 series |
So in conclusion, we will follow |
Oh sorry, I just now saw #1308... sorry for the noise |
I think we should re-open this, because we will eventually drop 2.6. We should just rename it to make it clear that we are following pip's lead on this ("Drop python 2.6 support after pip does the same" or something like that). Creating a new one is also valid, but I think re-using this would be better because it will keep the history of this conversation. |
Removing the 2.9 milestone as we agreed to postpone this until pip drops 2.6 |
We're close: pypa/pip#4343 has been merged. I suppose pip |
Dropping 2.6 support would warrant a pytest-4.0 release? |
i think so |
Fixed in #2822 |
python 2.6 is eol since a while now - if people want to stay on old version they can pin py.test 2.8
The text was updated successfully, but these errors were encountered: