Russell Keith-Magee
|
6420847bda
|
gh-146444: Don't package as part of iOS 'build hosts' target (#146628)
* Revert Py3.9 compatibility fixes.
* Only build the package on 'build all'.
|
2026-03-30 12:58:57 +02:00 |
|
Victor Stinner
|
382c04308d
|
gh-146444: Make Platforms/Apple/ compatible with Python 3.9 (#146624)
Replace "str | None" with typing.Union[str, None].
|
2026-03-30 09:25:11 +00:00 |
|
Russell Keith-Magee
|
36e4ffc173
|
gh-146444: Move the Apple folder to the Platforms directory (#146497)
Migrate the Apple/iOS XCframework build tools to the Platforms directory.
|
2026-03-27 02:50:35 +00:00 |
|