diff options
| author | Charles Brunet <charles.brunet@optelgroup.com> | 2023-04-19 08:52:21 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-05-02 17:52:10 -0400 |
| commit | 51b9f2f1a5cd43d903033f4738a4235fe656cb07 (patch) | |
| tree | ff342dd376e8cf24af6553348730520bf26dd839 /docs/markdown/Python-module.md | |
| parent | 107f933b528cdaf23c038cbc99f5248c9ca666bd (diff) | |
| download | meson-51b9f2f1a5cd43d903033f4738a4235fe656cb07.tar.gz | |
Find python3.xx on windows
Diffstat (limited to 'docs/markdown/Python-module.md')
| -rw-r--r-- | docs/markdown/Python-module.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/markdown/Python-module.md b/docs/markdown/Python-module.md index bc4311f58..f67262abf 100644 --- a/docs/markdown/Python-module.md +++ b/docs/markdown/Python-module.md @@ -37,7 +37,10 @@ If provided, it can be: - One of `python2` or `python3`: in either case, the module will try some alternative names: `py -2` or `py -3` on Windows, and `python` everywhere. In the latter case, it will check whether the version - provided by the sysconfig module matches the required major version + provided by the sysconfig module matches the required major version. + + *Since 1.2.0*, searching for minor version (e.g. `python3.11`) also + works on Windows. Keyword arguments are the following: |
