File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,22 @@ Incremental Garbage Collection
127127 This means that maximum pause times are reduced
128128 by an order of magnitude or more for larger heaps.
129129
130+ Support For Mobile Platforms
131+ ----------------------------
132+
133+ * iOS is now a :pep: `11 ` supported platform. ``arm64-apple-ios ``
134+ (iPhone and iPad devices released after 2013) and
135+ ``arm64-apple-ios-simulator `` (Xcode iOS simulator running on Apple Silicon
136+ hardware) are now tier 3 platforms.
137+
138+ ``x86_64-apple-ios-simulator `` (Xcode iOS simulator running on older x86_64
139+ hardware) is not a tier 3 supported platform, but will be supported on a
140+ best-effort basis.
141+
142+ See :pep: `730 `: for more details.
143+
144+ (PEP written and implementation contributed by Russell Keith-Magee in
145+ :gh: `114099 `.)
130146
131147Other Language Changes
132148======================
Original file line number Diff line number Diff line change @@ -930,6 +930,7 @@ Hiroaki Kawai
930930Dmitry Kazakov
931931Brian Kearns
932932Sebastien Keim
933+ Russell Keith-Magee
933934Ryan Kelly
934935Hugo van Kemenade
935936Dan Kenigsberg
You can’t perform that action at this time.
0 commit comments