Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1618,6 +1618,13 @@ Build Changes
* ``wasm32-wasi`` is now a :pep:`11` tier 2 platform.
(Contributed by Brett Cannon in :gh:`115192`.)

* 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. (Contributed by Russell Keith-Magee in :gh:`114099`.)

* ``wasm32-emscripten`` is no longer a :pep:`11` supported platform.
(Contributed by Brett Cannon in :gh:`115192`.)

Expand Down
1 change: 1 addition & 0 deletions Misc/ACKS
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,7 @@ Hiroaki Kawai
Dmitry Kazakov
Brian Kearns
Sebastien Keim
Russell Keith-Magee
Ryan Kelly
Hugo van Kemenade
Dan Kenigsberg
Expand Down