This is a minimal maintenance update from v87.5, mainly in the supported CI build matrix: updated CI build hosts and github CI actions, dropping python 3.7, adding linux/aarch64 builds and python 3.12. Functionally, it differs from v87.5 by only two typos.
What's Changed
* ci: build wheels also for linux/aarch64 by lucach in https://github.com/kyamagu/skia-python/pull/189
* Update Bitmap.cpp - obviously a cut and paste typo from Pixmap.cpp by HinTak in https://github.com/kyamagu/skia-python/pull/193
* Build Python 3.12 wheels from madig https://github.com/kyamagu/skia-python/pull/203
* Migrate to trusted publisher pypi workflow from kyamagu https://github.com/kyamagu/skia-python/pull/228
* Add missing PyPI upload environment from kyamagu https://github.com/kyamagu/skia-python/pull/229
**Full Changelog**: https://github.com/kyamagu/skia-python/compare/v87.5...v87.6