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

flake8 v3 does not support Python 2.6 #290

Closed
jayvdb opened this issue Jul 26, 2016 · 2 comments
Closed

flake8 v3 does not support Python 2.6 #290

jayvdb opened this issue Jul 26, 2016 · 2 comments

Comments

@jayvdb
Copy link
Contributor

jayvdb commented Jul 26, 2016

flake8 v2 supported Python 2.6, and is used by the Travis builds.

flake8 v3 has come out of beta, though is full of bugs, but more importantly it comes with a clear intent to not support Python 2.6, which is the trendy thing to do.
https://gitlab.com/pycqa/flake8/commit/cde783d135953d7d16a1373f13b066731083e477
https://gitlab.com/pycqa/flake8/commit/c8ad626525631314decbb5bd544be47102610fd0

To support continued linting of Python 2.6, raise upstream and/or pin flake8<3 at least on Python 2.6

Or drop support for Python 2.6. Is that an option? If not, it would be good to clearly explain why Python 2.6 support is needed, here and upstream.

@gsnedders
Copy link
Member

We need Python 2.6 support because otherwise pip needs to fork html5lib, which I'm keen not to have happen! We'll drop 2.6 support when pip does, basically.

@jdufresne
Copy link
Contributor

Pip issue to drop Python 2.6 pypa/pip#3955

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

3 participants