Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Similar to #7803, it seems like ideally our code should pass mypy's tests regardless of the Python version it is run on, but we currently specify that Python 2.7 should be used. Can we make our tests pass everywhere and stop pinning this?