Skip to content

Commit 549febf

Browse files
committed
Demote macOS x86_64 to tier 2
I volunteered the people who spoke up in https://discuss.python.org/t/dropping-intel-mac-to-tier-2/102100 as the owners. A few more of us also have final-model 8th-gen Intel mac hardware available but the list is already longer than we require. It'll stop getting security updates from Apple and thus be dangerous to even have online before we lose sufficient access for even tier 2. Also clarify that my tier 3 Raspberry Pi is intentionally running the all-models compatible 32-bit OS.
1 parent f7d08a0 commit 549febf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

peps/pep-0011.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ aarch64-apple-darwin clang
8383
aarch64-unknown-linux-gnu glibc, gcc
8484
i686-pc-windows-msvc
8585
x86_64-pc-windows-msvc
86-
x86_64-apple-darwin BSD libc, clang
8786
x86_64-unknown-linux-gnu glibc, gcc
8887
========================= =====
8988

@@ -103,6 +102,7 @@ Target Triple Notes Contacts
103102
============================= ========================== ========
104103
aarch64-unknown-linux-gnu glibc, clang Victor Stinner, Gregory P. Smith
105104
wasm32-unknown-wasip1 WASI SDK, Wasmtime Brett Cannon, Michael Droettboom
105+
x86_64-apple-darwin macOS, clang Sam Gross, Barry Warsaw, Ronald Oussoren
106106
x86_64-unknown-linux-gnu glibc, clang Victor Stinner, Gregory P. Smith
107107
============================= ========================== ========
108108

@@ -123,7 +123,7 @@ aarch64-linux-android Russell Keith-Magee
123123
aarch64-pc-windows-msvc Steve Dower
124124
arm64-apple-ios iOS on device Russell Keith-Magee, Ned Deily
125125
arm64-apple-ios-simulator iOS on M1 macOS simulator Russell Keith-Magee, Ned Deily
126-
armv7l-unknown-linux-gnueabihf Raspberry Pi OS, glibc, gcc Gregory P. Smith
126+
armv7l-unknown-linux-gnueabihf 32-bit Raspberry Pi OS, gcc Gregory P. Smith
127127
powerpc64le-unknown-linux-gnu glibc, clang Victor Stinner
128128

129129
glibc, gcc Victor Stinner

0 commit comments

Comments
 (0)