diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2023-08-17 11:14:05 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-08-17 11:17:47 -0400 |
commit | 229757fe912777825f83cf84a12dd75c50831f61 (patch) | |
tree | e39199fe18730fad999bc5aea0141cd18fc873e6 | |
parent | 14892eb8490615ef4123659b1d127226ccb9e3bd (diff) | |
download | meson-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.
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |