Skip to content
Merged
Changes from all 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
4 changes: 2 additions & 2 deletions peps/pep-0783.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ The platform tags will take the form:

.. code-block:: text

pyodide_${YEAR}_${PATCH}_wasm32
pyodide_${PYTHON_MAJOR_MINOR}_${PATCH}_wasm32

Each one of these will be used with a specified Python version. For example, the
platform tag ``pyodide_2025_0`` will be used with Python 3.13.
platform tag ``pyodide_314_0`` will be used with Python 3.14.

Emscripten Wheel ABI
--------------------
Expand Down
Loading