Breaking changes
- dropped support for Python 3.8; now requires >= 3.9
- dropped support for MacOS 10 and 11; now requires MacOS >= 12. MacOS wheels
are only available for Apple Silicon (Arm64).
Improvements
- upgraded
maplibre-gl-native
to9dbc0ae
, which enables the new Metal
rendering engine on MacOS. - now building manylinux
wheels for Linux, including the required dependencies, which enables pymgl
to be installed directly from PyPI.