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
127
127
This means that maximum pause times are reduced
128
128
by an order of magnitude or more for larger heaps.
129
129
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 `.)
130
146
131
147
Other Language Changes
132
148
======================
Original file line number Diff line number Diff line change @@ -930,6 +930,7 @@ Hiroaki Kawai
930
930
Dmitry Kazakov
931
931
Brian Kearns
932
932
Sebastien Keim
933
+ Russell Keith-Magee
933
934
Ryan Kelly
934
935
Hugo van Kemenade
935
936
Dan Kenigsberg
You can’t perform that action at this time.
0 commit comments