aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-05-02 10:12:19 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2018-05-03 00:44:16 +0300
commit8d5598227ecc9be346919532fd1ee0cf71a82312 (patch)
tree6c8e96374dd1322b308f601cf1bc83f17cd5948b /README.md
parent77b72e8573bbd8d6d04cb11aacdba604b8649f4d (diff)
downloadmeson-8d5598227ecc9be346919532fd1ee0cf71a82312.zip
meson-8d5598227ecc9be346919532fd1ee0cf71a82312.tar.gz
meson-8d5598227ecc9be346919532fd1ee0cf71a82312.tar.bz2
Update minimum python version in README.md
Python 3.5 has been required since 0538009d30c0.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 969e251..3a43b41 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ build system.
#### Dependencies
- - [Python](http://python.org) (version 3.4 or newer)
+ - [Python](http://python.org) (version 3.5 or newer)
- [Ninja](https://ninja-build.org) (version 1.5 or newer)
#### Installing from source