diff --git a/peps/pep-0783.rst b/peps/pep-0783.rst index 845c9e69557..fe45e81201b 100644 --- a/peps/pep-0783.rst +++ b/peps/pep-0783.rst @@ -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 --------------------