kevincar / bless

Cross-platform Bluetooth Low Energy Server Python Library
MIT License
113 stars 30 forks source link

Support for python 3.12 on windows #129

Closed yama-yeah closed 7 months ago

yama-yeah commented 7 months ago

Switched to pywinrt because bleak-winrt is no supported since python 3.12. https://github.com/dlech/bleak-winrt/pull/5#issuecomment-2004979086

kevincar commented 7 months ago

@yama-yeah Thank you for these thorough changes. This is great!