RobertCraigie / pyright-python

Python command line wrapper for pyright, a static type checker
https://pypi.org/project/pyright/
MIT License
164 stars 22 forks source link

drop python<=3.7 support #273

Open kloczek opened 4 months ago

kloczek commented 4 months ago

According to https://endoflife.date/python 3.7 has been EOSed 27 Jun 2023. Fileter all code over 'pyupgrade --py38-plus`.

kloczek commented 3 months ago

Gentle ping .. any update? 😋