https://github.com/python/cpython/commit/df987331d896031799f33cb0f3a7b5c5712cb4e7 commit: df987331d896031799f33cb0f3a7b5c5712cb4e7 branch: main author: Russell Keith-Magee <russ...@keith-magee.com> committer: ned-deily <n...@python.org> date: 2024-04-20T23:04:08-04:00 summary:
gh-114099: Formalize Tier 3 status of iOS (GH-118020) files: M Doc/whatsnew/3.13.rst M Misc/ACKS diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index cf9853f94872c3..0f0fca5d23597b 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 ====================== diff --git a/Misc/ACKS b/Misc/ACKS index 76d30b257b4693..eaa7453aaade3e 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -930,6 +930,7 @@ Hiroaki Kawai Dmitry Kazakov Brian Kearns Sebastien Keim +Russell Keith-Magee Ryan Kelly Hugo van Kemenade Dan Kenigsberg _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com