ANN: PyObjC 11.1

I’ve uploaded PyObjC 11.1 to PyPI.

This release has support for APIs introduced in the macOS 15.5 SDK, and has improved support for free-threading.

The major change in this release is that PyObjC’s automatic management of Objective-C reference counts now closer matches the semantics used by clang’s ARC. This has some user visible consequences in edge cases, but that should not affect normal code.

See the changelog for the full details.

Ronald Oussoren @ronaldoussoren