aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2023-08-17 11:14:05 -0400
committerEli Schwartz <eschwartz93@gmail.com>2023-08-17 11:17:47 -0400
commit229757fe912777825f83cf84a12dd75c50831f61 (patch)
treee39199fe18730fad999bc5aea0141cd18fc873e6 /README.md
parent14892eb8490615ef4123659b1d127226ccb9e3bd (diff)
downloadmeson-229757fe912777825f83cf84a12dd75c50831f61.zip
meson-229757fe912777825f83cf84a12dd75c50831f61.tar.gz
meson-229757fe912777825f83cf84a12dd75c50831f61.tar.bz2
README: Document python requirement history
This documents useful to target Meson versions for projects that want to support older Python versions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 868728d..f3a2657 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,11 @@ build system.
- [Python](https://python.org) (version 3.7 or newer)
- [Ninja](https://ninja-build.org) (version 1.8.2 or newer)
+Latest Meson version supporting previous Python versions:
+- Python 3.6: **0.61.5**
+- Python 3.5: **0.56.2**
+- Python 3.4: **0.45.1**
+
#### Installing from source
Meson is available on [PyPi](https://pypi.python.org/pypi/meson), so