From eb2779cc6923cbcac52e1d1bcbd84dbbb989b134 Mon Sep 17 00:00:00 2001 From: Diego Russo Date: Fri, 17 Jul 2026 21:51:22 +0100 Subject: [PATCH 1/2] PEP 11: promote aarch64-pc-windows-msvc to Tier 2 --- peps/pep-0011.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0011.rst b/peps/pep-0011.rst index 4a32c0164e0..6cc9162b417 100644 --- a/peps/pep-0011.rst +++ b/peps/pep-0011.rst @@ -107,6 +107,7 @@ Tier 2 Target Triple Notes Contacts ============================= ========================== ======== aarch64-unknown-linux-gnu glibc, clang Victor Stinner, Gregory P. Smith +aarch64-pc-windows-msvc Steve Dower, Diego Russo wasm32-unknown-wasip1 WASI SDK, Wasmtime Brett Cannon, Michael Droettboom, Savannah Ostrowski x86_64-apple-darwin macOS, clang Sam Gross, Barry Warsaw, Ronald Oussoren x86_64-unknown-linux-gnu glibc, clang Victor Stinner, Gregory P. Smith @@ -126,7 +127,6 @@ Tier 3 Target Triple Notes Contacts ================================ =========================== ======== aarch64-linux-android Russell Keith-Magee, Petr Viktorin -aarch64-pc-windows-msvc Steve Dower arm64-apple-ios iOS on device Russell Keith-Magee, Ned Deily arm64-apple-ios-simulator iOS on M1 macOS simulator Russell Keith-Magee, Ned Deily armv7l-unknown-linux-gnueabihf 32-bit Raspberry Pi OS, gcc Gregory P. Smith From a834224b231a9c0cebe858809097877b3ebb31ac Mon Sep 17 00:00:00 2001 From: Diego Russo Date: Sat, 18 Jul 2026 08:54:05 +0100 Subject: [PATCH 2/2] Update peps/pep-0011.rst Co-authored-by: Zachary Ware --- peps/pep-0011.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0011.rst b/peps/pep-0011.rst index 6cc9162b417..ea007234fa6 100644 --- a/peps/pep-0011.rst +++ b/peps/pep-0011.rst @@ -107,7 +107,7 @@ Tier 2 Target Triple Notes Contacts ============================= ========================== ======== aarch64-unknown-linux-gnu glibc, clang Victor Stinner, Gregory P. Smith -aarch64-pc-windows-msvc Steve Dower, Diego Russo +aarch64-pc-windows-msvc Steve Dower, Diego Russo, Chris Eibl wasm32-unknown-wasip1 WASI SDK, Wasmtime Brett Cannon, Michael Droettboom, Savannah Ostrowski x86_64-apple-darwin macOS, clang Sam Gross, Barry Warsaw, Ronald Oussoren x86_64-unknown-linux-gnu glibc, clang Victor Stinner, Gregory P. Smith