Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Pylint requirements don't work on Python 3.7 #4

Open
PeterJCLaw opened this issue Oct 27, 2019 · 0 comments
Open

Pylint requirements don't work on Python 3.7 #4

PeterJCLaw opened this issue Oct 27, 2019 · 0 comments

Comments

@PeterJCLaw
Copy link
Member

PeterJCLaw commented Oct 27, 2019

It turns out that PEP 479 breaks Pylint < 2 (see pylint-dev/pylint@1448b32), meaning that Python 3.7+ needs Pylint 2+ . However, Pylint 2+ is only available on Python 3.4+.

The net result of this is that there isn't a version of Pylint which works on both Python 2.7 and Python 3.7+.

Since for the moment we need to keep Python 2.7 working, this is essentially blocked, however is worth recording now we know what the issue is.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant