We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623c591 commit deedb4cCopy full SHA for deedb4c
peps/pep-0783.rst
@@ -86,10 +86,10 @@ The platform tags will take the form:
86
87
.. code-block:: text
88
89
- pyodide_${YEAR}_${PATCH}_wasm32
+ pyodide_${PYTHON_MAJOR_MINOR}_${PATCH}_wasm32
90
91
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.
+platform tag ``pyodide_314_0`` will be used with Python 3.14.
93
94
Emscripten Wheel ABI
95
--------------------
0 commit comments