8000 gh-114099: Formalize Tier 3 status of iOS (GH-118020) · python/cpython@df98733 · GitHub
[go: up one dir, main page]

Skip to content

Commit df98733

Browse files
authored
gh-114099: Formalize Tier 3 status of iOS (GH-118020)
1 parent 92c84ef commit df98733

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

131147
Other Language Changes
132148
======================

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,7 @@ Hiroaki Kawai
930930
Dmitry Kazakov
931931
Brian Kearns
932932
Sebastien Keim
933+
Russell Keith-Magee
933934
Ryan Kelly
934935
Hugo van Kemenade
935936
Dan Kenigsberg

0 commit comments

Comments
 (0)
0