File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments