kivy / pyobjus

Access Objective-C classes from Python
https://pyobjus.readthedocs.io
MIT License
179 stars 47 forks source link

Build wheels for pyobjus #84

Closed matham closed 2 years ago

matham commented 2 years ago

Just tested a arm64 wheel on a scalaway M1 and it works:

Desktop % python
Python 3.9.10 (main, Jan 15 2022, 11:40:53)
[Clang 13.0.0 (clang-1300.0.29.3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.uname()
uname_result(system='Darwin', node=...', release='21.1.0', version='Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:24 PDT 2021; root:xnu-8019.41.5~1/RELEASE_ARM64_T8101', machine='arm64')
>>> from pyobjus import autoclass, objc_str
>>> print(objc_str)
<cyfunction <lambda> at 0x1011c5380>