Releases: glencoesoftware/zeroc-ice-py-macos-universal2
20240131
Support for Python 3.10, 3.11 and 3.12 (new) universal2 x86_64 and arm64. The Python interpreter must have been built targeting macOS 11.0 or later. You can check the platform tags that your interpreter supports by running pip debug
and interrogating the "Compatible tags" output for the presence of macosx_11_0_universal2
.
For Python 3.8 and 3.9 (x86_64) support please see:
20231130
Initial release. Support for Python 3.10 and 3.11 universal2 x86_64 and arm64. The Python interpreter must have been built targeting macOS 11.0 or later. You can check the platform tags that your interpreter supports by running pip debug
and interrogating the "Compatible tags" output for the presence of macosx_11_0_universal2
.
For Python 3.8 and 3.9 (x86_64) support please see: