From 229757fe912777825f83cf84a12dd75c50831f61 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 17 Aug 2023 11:14:05 -0400 Subject: [PATCH] README: Document python requirement history This documents useful to target Meson versions for projects that want to support older Python versions. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 868728d41..f3a2657b7 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