GrahamDumpleton / wrapt

A Python module for decorators, wrappers and monkey patching.
BSD 2-Clause "Simplified" License
2.03k stars 231 forks source link

Remove python<3.8 support #261

Open kloczek opened 6 months ago

kloczek commented 6 months ago

According to https://endoflife.date/python python 3.8.x support will be EOSed in 31 Oct 2024. This PR removed python<3.8 support using pyupgrade --py38 and some additional manual changes.