From c9d5a8524051fdc649633f7ba939d9d8b2969a5f Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 25 Jan 2024 00:23:28 +0100 Subject: [PATCH] PEP 11: Move powerpc64le to tier 3 (#3632) As announced in https://discuss.python.org/t/43534, I'm stepping down as the contact for powerpc64le. This demotes the platform to Tier 3 (which is the right place for it, IMO). --- peps/pep-0011.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/peps/pep-0011.rst b/peps/pep-0011.rst index 80269d60d..aadc6ad0b 100644 --- a/peps/pep-0011.rst +++ b/peps/pep-0011.rst @@ -104,7 +104,6 @@ aarch64-apple-darwin clang Ned Deily, Ronald Ousso aarch64-unknown-linux-gnu glibc, gcc Petr Viktorin, Victor Stinner glibc, clang Victor Stinner, Gregory P. Smith -powerpc64le-unknown-linux-gnu glibc, gcc Petr Viktorin, Victor Stinner x86_64-unknown-linux-gnu glibc, clang Victor Stinner, Gregory P. Smith ============================= ========================== ======== @@ -124,6 +123,8 @@ Target Triple Notes Contacts aarch64-pc-windows-msvc Steve Dower armv7l-unknown-linux-gnueabihf Raspberry Pi OS, glibc, gcc Gregory P. Smith powerpc64le-unknown-linux-gnu glibc, clang Victor Stinner + + glibc, gcc Victor Stinner s390x-unknown-linux-gnu glibc, gcc Victor Stinner wasm32-unknown-wasi Brett Cannon, Eric Snow x86_64-unknown-freebsd BSD libc, clang Victor Stinner