]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-114099: Formalize Tier 3 status of iOS (GH-118020)
authorRussell Keith-Magee <russell@keith-magee.com>
Sun, 21 Apr 2024 03:04:08 +0000 (11:04 +0800)
committerGitHub <noreply@github.com>
Sun, 21 Apr 2024 03:04:08 +0000 (23:04 -0400)
Doc/whatsnew/3.13.rst
Misc/ACKS

index cf9853f94872c31659f66302d181f81b4fb3b97a..0f0fca5d23597b61c2761b986632ba5b83f99270 100644 (file)
@@ -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
 ======================
index 76d30b257b4693261752053a9d3ad0e23ea94571..eaa7453aaade3e4b581c4c78cab664a88a054d1c 100644 (file)
--- 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