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

Ensure MyPy always runs with at least Python 3.6. #10602

Commits on Aug 12, 2020

  1. Ensure MyPy always runs with at least Python 3.6.

    MyPy only requires Python 3.5 but we have lots of code that uses Python 3.6
    features which will not parse under Python 3.5. As such bump the default
    interpreter constraints to be compatible with both MyPy and our codebase.
    
    This will be fixed correctly as part of pantsbuild#10131.
    
    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    jsirois committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    f4b5aa6 View commit details
    Browse the repository at this point in the history