Closed psmgeelen closed 6 months ago
Looks reasonable! In general, the PR title should be independently meaningful without needing to look up other references to make sense of it. Referring to related bugs in the PR description is sufficient.
Also, specifically in github, if you use a statement like "fixes #464 " in the description (I don't know if it also works in comments or not), that will cause that bug to be automatically marked as fixed when the PR is merged.
Scope
Fixes #464
What is changed
mkchromecast/tray_threading.py
refers toimp
that is no longer supported in python 3.12. This has been changed toimportlib
. Initial testing shows that it is working.