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

Align mypy interpreter constraint with reality. #7754

Merged
merged 1 commit into from May 18, 2019

Commits on May 17, 2019

  1. Align mypy interpreter constraint with reality.

    The mypy tool actually requires python 3.5+. On a machine with 3.4 and
    3.x higher the minimum interpreter selection scheme would pick 3.4 and
    fail.
    
    Fixup interpreter constraints to avoid this erroneous error and correct
    the corresponding test. Cleanup dead code in
    interpreter_selection_utils.py along the way.
    jsirois committed May 17, 2019
    Copy the full SHA
    cb4948e View commit details
    Browse the repository at this point in the history