tantale / deprecated

Python @deprecated decorator to deprecate old python classes, functions or methods.
MIT License
298 stars 32 forks source link

drop python<=3.7 support #71

Open kloczek opened 4 months ago

kloczek commented 4 months ago

According to https://endoflife.date/python python 3.7 support has been EOSed 27 Jun 2023. Pass all code over pyupgrade --py38.