I’ve (finally) tagged the PyObjC 9.0 release and uploaded it to PyPI.
As usual with a major release this release includes support for the APIs introduced in the latest macOS release, macOS 13 (Ventura).
Other noteworthy changes are:
Dropped support for Python 3.6 as that Python version is no longer supported by the CPython project
Added support for APIs using SIMD/vector types in C (such as the
vector_float3
type), with relevant type definitions in the newobjc.simd
module.This release should be compatible with Nuitka (this requires Nuitka 1.1.6 or later)
The full list of changes is in the changelog.