You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, twistedchecker cannot use these new versions, because it monkey patches some internals
of astroid. So we need to keep the twistedchecker stuff on Python 3.5 for now,
until we can update twistedchecker to work with newer versions of astroid.
The text was updated successfully, but these errors were encountered:
twistedchecker cannot run on Python 3.6
This must remain on Python 3.5.
If you look at the logs: https://travis-ci.org/twisted/twisted/jobs/261731629 , this error is there:
This is fixed upstream in newer versions of pylint and astroid: pylint-dev/pylint#1113
However, twistedchecker cannot use these new versions, because it monkey patches some internals
of astroid. So we need to keep the twistedchecker stuff on Python 3.5 for now,
until we can update twistedchecker to work with newer versions of astroid.
The text was updated successfully, but these errors were encountered: