Get the latest tech news
PEP 730 – Adding iOS as a supported platform
Python Enhancement Proposals (PEPs)
To support distribution of a single development artefact, Apple uses an “XCframework” structure - a wrapper around multiple ABIs that implement a common API. To accommodate iOS dynamic loading, the importlib bootstrap will be extended to add a metapath finder that can convert a request for a Python binary module into a Framework location. However, in order to avoid exhausting macOS runner resources, a GitHub Actions run for iOS will not be added as part of the standard CI configuration.
Or read this on Hacker News