Add support for building ARM64 iOS wheels on CI (#181)
Add support for building ARM64 iOS wheels on CI
s/skip/skipif/
Bump ios jobs to macos-15 and build-time Python 3.13
Restore the
platformfield in the ios matrix, it’s used by libffi downloadssurewhynot
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) wk.cvs.github@sydorenko.org.ua
- Revert “surewhynot”
This reverts commit c4e3a87b7e1804d6d2bad4a421b3dbc2f78058a8.
- Pin to macos-14
Co-authored-by: Russell Keith-Magee russell@keith-magee.com
Attempt #2 to forego tar.gz extraction
Be specific about what’s raised in xfail
Revert “Attempt #2 to forego tar.gz extraction”
This reverts commit a0cf74a366d5c0ea5d64d338021de1981a0ff469.
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) wk.cvs.github@sydorenko.org.ua Co-authored-by: Russell Keith-Magee russell@keith-magee.com
CFFI
Foreign Function Interface for Python calling C code.
Please see the Documentation or uncompiled in the
doc/subdirectory.Download
Download page
Source Code
Source code is publicly available on GitHub.
Contact
Mailing list
Testing/development tips
After
git cloneorwget && tar, we will get a directory calledcffiorcffi-x.x.x. we call itrepo-directory. To run tests under CPython, run the following in therepo-directory: