samschott / desktop-notifier

Python library for cross-platform desktop notifications
https://desktop-notifier.readthedocs.io
MIT License
81 stars 8 forks source link

Bump winrt to 2.0 #127

Closed samschott closed 2 months ago

samschott commented 2 months ago

Winrt 2.0 stable is finally out. It moves to separate python packages for each WinRT namespace, requiring an update of the dependency list. It also includes type checking support and utility boxing / unboxing functions which we can make use of.