twilio / twilio-python

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

test: replace aiounittest by IsolatedAsyncioTestCase #752

Open kapouer opened 9 months ago

kapouer commented 9 months ago

This moves forward to using python 3.11+ unittest framework.

I would totally understand that it's too soon to be merged, if the project needs to keep compatibility with older python versions.

I acknowledge that all my contributions will be made under the project's license

tiwarishubham635 commented 6 months ago

Yeah @kapouer, we will be supporting previous python versions as well. So maybe we can shift to this after the EOL of these versions?