-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
With setuptools dropping python2.6, do we finally have enough precedent to drop it ourselves? #679
Comments
I'm 👍 on the idea. We can also consider dropping |
Let's make sure to use the |
please note that tox can drop support for running on said python versions without dropping support for running venvs/tests in them - due to more versatile usage - even in orgs i wonder if a reasonably representative survey can be done |
Frankly, if companies/organizations are so stuck on Python 2.6 that they can't get to Python 2.7 they're probably also paying some company (e.g., RedHat) truck-sized payments to support their long-dead version of Python. I don't think, in that case, the community should be doing this maintenance work for free. And distributors with models similar to RedHat will do backports for customers without the community taking on this burden. I'd be happier to see tox make a clean break with insecure versions of Python that aren't supported by the community. |
@sigmavirus24 i'm all for dropping support for running on python2.6 - but i wonder how expensive it is to keep running of python 2.6 either in core or in a plugin |
You mean running |
@sigmavirus24 true, good point, thanks :) |
FWIW the Travis jobs for 2.6 and 3.3 started failing because of pytest dropping support for those. |
yeah, most new PRs we get fail on CI. I was thinking that given this we might as well drop support ourselves, and remove from CI. I'll go ahead with this. |
Playing devil's advocate, it should be possible to run pytest in 2.6/3.3 if you use pytest-3.2.*. Having said that, I still think dropping support altogether makes more sense. |
Python 2.6 reached its EOL in 2013, four years later I think it's about time we drop support for it. |
@nicoddemus No one really needs a devil's advocate. It's not really constructive in most conversations. And in this conversation, it's equivalent to advocating for team burnout. |
I certainly didn't mean that, only wanted to mention that pytest-3.2 still works in 2.6/3.3. I apologize if it came across that way. |
http://setuptools.readthedocs.io/en/latest/history.html#v37-0-0
The text was updated successfully, but these errors were encountered: