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 upRemove python_version setting from mypy.ini #7806
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?