twilio / twilio-python

A Python module for communicating with the Twilio API and generating TwiML.
MIT License
1.83k stars 699 forks source link

drop python<=3.7 support #801

Open kloczek opened 1 month ago

kloczek commented 1 month ago

According to https://endoflife.date/python python 3.7 has been EOSed 27 Jun 2023. Filter all code over pyupgracde --py38-plus.

Fixes

A short description of what this PR does.

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.

kloczek commented 1 month ago

Any chance to merge this PR? 🤔

BTW I'v been trying to test results of pyupgracde --py39-plus and looks like after apply such patch pyetst fails. It would be good to prepare twilio code for coming in next few weeks python 3.8 EOS as well or report to pypugrade case that it messes with twilio code.