Skip to content

Commit deedb4c

Browse files
authored
PEP 783: Use Python major minor version instead of year in ABI (#4822)
1 parent 623c591 commit deedb4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

peps/pep-0783.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ The platform tags will take the form:
8686

8787
.. code-block:: text
8888
89-
pyodide_${YEAR}_${PATCH}_wasm32
89+
pyodide_${PYTHON_MAJOR_MINOR}_${PATCH}_wasm32
9090
9191
Each one of these will be used with a specified Python version. For example, the
92-
platform tag ``pyodide_2025_0`` will be used with Python 3.13.
92+
platform tag ``pyodide_314_0`` will be used with Python 3.14.
9393

9494
Emscripten Wheel ABI
9595
--------------------

0 commit comments

Comments
 (0)