Skip to content

Add iOS XCframework build to release artefacts.#365

Open
freakboy3742 wants to merge 5 commits intopython:mainfrom
freakboy3742:ios-release
Open

Add iOS XCframework build to release artefacts.#365
freakboy3742 wants to merge 5 commits intopython:mainfrom
freakboy3742:ios-release

Conversation

@freakboy3742
Copy link
Copy Markdown

Adds iOS XCframework builds to the release artefacts for Python 3.15 and later.

Also adds the adjustment to the Android build to use the Platforms/Android script, with a compatibility shim for older releases.

See also python/cpython#140189, python/cpython#148282.

@freakboy3742 freakboy3742 requested review from hugovk and removed request for hugovk April 9, 2026 06:08
@freakboy3742 freakboy3742 requested a review from hugovk April 9, 2026 06:38
@freakboy3742
Copy link
Copy Markdown
Author

@hugovk Not sure how you want to approach testing this. CI for this PR runs using 3.14, which can build iOS, but we'd need a compatibility shim similar to the Android one. But we'd also need to relax the "select builds" gate to allow a 3.14 iOS release, which I'm guessing is off the cards at this point.

So - how do you want me to test the iOS path?

@hugovk
Copy link
Copy Markdown
Member

hugovk commented Apr 10, 2026

We can use the latest 3.15 alpha by default, similar to #272 for Android.

Comment on lines 46 to 47
GIT_COMMIT: ${{ github.event.inputs.git_commit || 'df793163d5821791d4e7caf88885a2c11a107986' }}
CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.14.2' }}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
GIT_COMMIT: ${{ github.event.inputs.git_commit || '55ea59e7dc35e1363b203ae4dd9cfc3a0ac0a844' }}
CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.15.0a8' }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants