diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2021-10-31 19:05:46 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-01-10 18:36:56 -0500 |
| commit | ad525dcce45487def9d3950bed159f1c158e3581 (patch) | |
| tree | 465e311a2af72ba5fd991acabc3366e405e03fe5 /docs/markdown/Getting-meson.md | |
| parent | 0c30db20b1769f8cc9082bb9f043882e86ad738e (diff) | |
| download | meson-ad525dcce45487def9d3950bed159f1c158e3581.tar.gz | |
bump minimum required version of python to 3.7
Comment out the pending deprecation notice. It cannot be reached
anymore, but is still useful for the next time we do a version bump.
Diffstat (limited to 'docs/markdown/Getting-meson.md')
| -rw-r--r-- | docs/markdown/Getting-meson.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Getting-meson.md b/docs/markdown/Getting-meson.md index ec6f1c660..c3c3cc8ce 100644 --- a/docs/markdown/Getting-meson.md +++ b/docs/markdown/Getting-meson.md @@ -1,6 +1,6 @@ # Getting Meson -Meson is implemented in Python 3, and requires 3.6 or newer. If your +Meson is implemented in Python 3, and requires 3.7 or newer. If your operating system provides a package manager, you should install it with that. For platforms that don't have a package manager, you need to download it from [Python's home page]. See below for @@ -14,7 +14,7 @@ itself without doing anything special. On Windows, if you did not install Python with the installer options that make Python scripts executable, you will have to run `python -/path/to/meson.py`, where `python` is Python 3.6 or newer. +/path/to/meson.py`, where `python` is Python 3.7 or newer. The newest development code can be obtained directly from [Git], and we strive to ensure that it will always be working and usable. All |
