mypy icon indicating copy to clipboard operation
mypy copied to clipboard

Remove `python2` extra from `setup.py`

Open sobolevn opened this issue 3 years ago • 4 comments

Refs https://github.com/python/mypy/issues/12237

sobolevn avatar Jul 28 '22 09:07 sobolevn

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jul 28 '22 09:07 github-actions[bot]

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jul 28 '22 09:07 github-actions[bot]

I'm not sure about this... If we keep the extra around, users will get a much more helpful error at type check time, rather than a sort of mysterious install time failure.

My vote would be to clean this up a couple of releases from now.

hauntsaninja avatar Jul 28 '22 17:07 hauntsaninja

Ok, fair enough!

sobolevn avatar Jul 28 '22 17:07 sobolevn