diff options
author | Russell Keith-Magee <russell@keith-magee.com> | 2024-04-21 03:04:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-21 03:04:08 (GMT) |
commit | df987331d896031799f33cb0f3a7b5c5712cb4e7 (patch) | |
tree | f6f1e93672e3e200fa2aae723c962a8c17a7695b | |
parent | 92c84ef831c8276d591130f1c2c51289e2ba203a (diff) | |
download | cpython-df987331d896031799f33cb0f3a7b5c5712cb4e7.zip cpython-df987331d896031799f33cb0f3a7b5c5712cb4e7.tar.gz cpython-df987331d896031799f33cb0f3a7b5c5712cb4e7.tar.bz2 |
gh-114099: Formalize Tier 3 status of iOS (GH-118020)
-rw-r--r-- | Doc/whatsnew/3.13.rst | 16 | ||||
-rw-r--r-- | Misc/ACKS | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index cf9853f..0f0fca5 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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 ====================== @@ -930,6 +930,7 @@ Hiroaki Kawai Dmitry Kazakov Brian Kearns Sebastien Keim +Russell Keith-Magee Ryan Kelly Hugo van Kemenade Dan Kenigsberg |