python-qt-tools / PyQt5-stubs

Stubs for PyQt5
GNU General Public License v3.0
66 stars 31 forks source link

update requirements #161

Closed altendky closed 3 years ago

bluebird75 commented 3 years ago

On my branch, I went with mypy 0.800 . This is the oldest release which includes the specific commit previously referenced. I like the idea of using an old but good enough mypy release. There could be a separate entry in the CI for the latest mypy (with no version specifier) and authorization to fail . This would cover both old-mypy users and recent-mypy users.

altendky commented 3 years ago

I'm going to go the other route here and use the latest for now. If there's time later we can worry about trying to test against a range of mypy versions.

altendky commented 3 years ago

I'm also going to cheat and bypass the review requirements here since I don't expect this is controversial and it has been 3+ weeks without review.