File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Python limited API
7272Your package may opt in to the :pep: `384 ` Python Limited API so that a single
7373binary wheel works with many different versions of Python on the same platform.
7474For this to work, any C extensions you write needs to make use only of
75- `certain C functions <https://docs.python.org/3/c-api/stable.html#limited-api-list >`_ .
75+ `certain C functions <https://docs.python.org/3/c-api/stable.html#limited-api-list >`__ .
7676
7777To opt in to the Python Limited API, add the following standard setuptools
7878option to your project's ``setup.cfg `` file::
@@ -83,7 +83,7 @@ option to your project's ``setup.cfg`` file::
8383Here, ``311 `` denotes API compatibility with Python >= 3.11. Replace with the
8484lowest major and minor version number that you wish to support.
8585
86- You can also set this option in ``pyproject.toml ``, using:
86+ You can also set this option in ``pyproject.toml ``, using::
8787
8888 [tool.distutils.bdist_wheel]
8989 py-limited-api = "cp312"
You can’t perform that action at this time.
0 commit comments