What's Changed
* Drop Python 3.7 support
* Structure of the code changed back from a single module to a package
* Experimental support of [CustomTkinter](https://github.com/TomSchimansky/CustomTkinter) using mixins, see [examples/custom_tkinter.py](https://github.com/insolor/async-tkinter-loop/blob/main/examples/custom_tkinter.py)
The version number 0.9.0 doesn't mean that the next version will be 1.0.0, rather it will be 0.10.0.
**Full Changelog**: https://github.com/insolor/async-tkinter-loop/compare/0.8.1...0.9.0