README: Document python requirement history

This documents useful to target Meson versions for projects that want to
support older Python versions.
pull/12132/head
Xavier Claessens 9 months ago committed by Eli Schwartz
parent 14892eb849
commit 229757fe91
  1. 5
      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

Loading…
Cancel
Save