- upgrade uvloop dependency, to add python 3.12 support - drop python 3.7 support along with uvloop - drop curio testing for python 3.12 - as package no longer supports python 3.12
- Implementation using a Thread to avoid duplicate event loop issues - Only using uvloop where necessary - basic README describing use-case - CI/CD with pytest cases