Skip to content

Commit ef335e3

Browse files
committed
DOC: reference/meson-compatibility: fix wording
1 parent db088aa commit ef335e3

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docs/reference/meson-compatibility.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,17 @@ versions.
2222
.. option:: 1.1.0
2323

2424
Meson 1.1.0 or later is required to support the ``exclude_files``
25-
and ``exclude_directories`` arguments to Meson ``install_subdir``
25+
and ``exclude_directories`` arguments to Meson ``install_subdir()``
2626
and similar installation functions. On older Meson versions, these
2727
arguments have no effect.
2828

2929
.. option:: 1.2.3
3030

31-
Python 3.12 Meson 1.2.3 and later do not rely anymore on
32-
``distutils`` and is required to support support Python 3.12 and
33-
later where the ``distutils`` modules has been removed from the
34-
Python standard library. ``meson-python`` depends on this versions
35-
of Meson, when installed on Python 3.12, thus packages using
36-
``meson-python`` do not need to add an explicit version
37-
requirement.
31+
Meson 1.2.3 or later is required to support Python 3.12 or later.
32+
Since version 1.2.3, Meson does not rely anymore on the
33+
``distutils`` module, which was removed from the standard library
34+
in Python 3.12. When installed on Python 3.12, ``meson-python``
35+
depends on Meson 1.2.3 or later.
3836

3937
.. option:: 1.3.0
4038

0 commit comments

Comments
 (0)