Skip to content

Commit ac53730

Browse files
committed
Merge branch 'main' into 3.13.7-update
2 parents dc68cd6 + 48611cb commit ac53730

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,15 @@ jobs:
205205
path: dist
206206
merge-multiple: true
207207

208+
- name: Set up Xcode
209+
# GitHub recommends explicitly selecting the desired Xcode version:
210+
# https://github.com/actions/runner-images/issues/12541#issuecomment-3083850140
211+
# This became a necessity as a result of
212+
# https://github.com/actions/runner-images/issues/12541 and
213+
# https://github.com/actions/runner-images/issues/12751.
214+
run: |
215+
sudo xcode-select --switch /Applications/Xcode_16.4.app
216+
208217
- name: Set up Python
209218
uses: actions/[email protected]
210219
with:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ embedded into a macOS, iOS, tvOS, watchOS, or visionOS project.
66
**This branch builds a packaged version of Python 3.13**. Other Python
77
versions are available by cloning other branches of the main repository:
88

9-
- [Python 3.9](https://github.com/beeware/Python-Apple-support/tree/3.9)
109
- [Python
1110
3.10](https://github.com/beeware/Python-Apple-support/tree/3.10)
1211
- [Python
@@ -29,7 +28,7 @@ packages removed, and the App Store compliance patch applied.
2928
The iOS, tvOS, watchOS, and visionOS packages compiled by this project
3029
use the official [PEP 730](https://peps.python.org/pep-0730/) code that
3130
is part of Python 3.13 to provide iOS support; the relevant patches have
32-
been backported to 3.9-3.12. Additional patches have been applied to add
31+
been backported to 3.10-3.12. Additional patches have been applied to add
3332
tvOS, watchOS, and visionOS support.
3433

3534
The binaries support x86_64 and arm64 for macOS; arm64 for iOS and
@@ -166,3 +165,5 @@ maintained:
166165
(EOL September 2022)
167166
- [Python 3.8](https://github.com/beeware/Python-Apple-support/tree/3.8)
168167
(EOL October 2024)
168+
- [Python 3.9](https://github.com/beeware/Python-Apple-support/tree/3.9)
169+
(EOL October 2025)

0 commit comments

Comments
 (0)