diff options
author | Tristan Maat <tristan.maat@codethink.co.uk> | 2018-07-16 14:20:05 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-07-18 14:11:03 +0900 |
commit | adedd867aa62b4611292785a3272506258888acd (patch) | |
tree | c9a2ad6959652f17933df9acabcaf7be5cfa4461 /doc | |
parent | 4c09b686688a50fc36fc2fe9659c9146ba31fe5c (diff) | |
download | buildstream-adedd867aa62b4611292785a3272506258888acd.tar.gz |
Bump required python version to 3.5
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/install_linux_distro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/install_linux_distro.rst b/doc/source/install_linux_distro.rst index df2a1c82e..593a6f233 100644 --- a/doc/source/install_linux_distro.rst +++ b/doc/source/install_linux_distro.rst @@ -5,7 +5,7 @@ Installing BuildStream on a Linux distro ======================================== BuildStream requires the following base system requirements: -* python3 >= 3.4 +* python3 >= 3.5 * libostree >= v2017.8 with introspection data * bubblewrap >= 0.1.2 * fuse2 |