Skip to content

Use consistent tab titles #1634

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 14, 2025
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
8 changes: 4 additions & 4 deletions getting-started/setup-building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -409,13 +409,13 @@ The easiest way to get a debug build of CPython for WASI is to use the
``Tools/wasm/wasi.py build`` command (which should be run w/ a recent version of
Python you have installed on your machine):

.. tab:: CPython 3.14 and newer
.. tab:: Python 3.14+

.. code-block:: shell

python3 Tools/wasm/wasi build --quiet -- --config-cache --with-pydebug

.. tab:: CPython 3.13
.. tab:: Python 3.13

.. code-block:: shell

Expand All @@ -429,7 +429,7 @@ You can also do each configuration and build step separately; the command above
is a convenience wrapper around the following commands:


.. tab:: CPython 3.14 and newer
.. tab:: Python 3.14+

.. code-block:: shell

Expand All @@ -438,7 +438,7 @@ is a convenience wrapper around the following commands:
$ python Tools/wasm/wasi configure-host --quiet -- --config-cache
$ python Tools/wasm/wasi make-host --quiet

.. tab:: CPython 3.13
.. tab:: Python 3.13

.. code-block:: shell

Expand Down
Loading