Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-114099: Formalize Tier 3 status of iOS #118020

Merged
merged 4 commits into from
Apr 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,22 @@ Incremental Garbage Collection
This means that maximum pause times are reduced
by an order of magnitude or more for larger heaps.

Support For Mobile Platforms
----------------------------

* iOS is now a :pep:`11` supported platform. ``arm64-apple-ios``
(iPhone and iPad devices released after 2013) and
``arm64-apple-ios-simulator`` (Xcode iOS simulator running on Apple Silicon
hardware) are now tier 3 platforms.

``x86_64-apple-ios-simulator`` (Xcode iOS simulator running on older x86_64
hardware) is not a tier 3 supported platform, but will be supported on a
best-effort basis.

See :pep:`730`: for more details.

(PEP written and implementation contributed by Russell Keith-Magee in
:gh:`114099`.)

Other Language Changes
======================
Expand Down
1 change: 1 addition & 0 deletions Misc/ACKS
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,7 @@ Hiroaki Kawai
Dmitry Kazakov
Brian Kearns
Sebastien Keim
Russell Keith-Magee
Ryan Kelly
Hugo van Kemenade
Dan Kenigsberg
Expand Down
Loading