PEP 11: wasm32-unknown-emscripten is no longer supported (#3612)

This commit is contained in:
Brett Cannon 2024-01-01 13:42:52 -08:00 committed by GitHub
parent 828523ad82
commit 9176189e63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -125,7 +125,6 @@ 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
s390x-unknown-linux-gnu glibc, gcc Victor Stinner
wasm32-unknown-emscripten Brett Cannon
wasm32-unknown-wasi Brett Cannon, Eric Snow
x86_64-unknown-freebsd BSD libc, clang Victor Stinner
================================ =========================== ========
@ -355,6 +354,10 @@ No-longer-supported platforms
| Unsupported in: Python 3.7
| Code removed in: Python 3.7
* | Name: wasm32-unknown-emscripten
| Unsupported in: Python 3.13
| Code removed in: Unknown
Discussions
===========