diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ endif() # Find the python interpreter. This is required for several targets. -find_package(Python 3.5 COMPONENTS Interpreter REQUIRED) +find_package(Python 3.6 COMPONENTS Interpreter REQUIRED) # Add the magic targets `check-*` add_custom_target(check-all) diff --git a/doc/dependencies.md b/doc/dependencies.md --- a/doc/dependencies.md +++ b/doc/dependencies.md @@ -23,7 +23,7 @@ | OpenSSL | [1.0.1k](https://www.openssl.org/source) | | Yes | | | | PCRE | | | | | Yes | | protobuf | [2.6.1](https://github.com/google/protobuf/releases) | | No | | | -| Python (tests) | | [3.5](https://www.python.org/downloads) | | | | +| Python (tests) | | [3.6](https://www.python.org/downloads) | | | | | qrencode | [3.4.4](https://fukuchi.org/works/qrencode) | | No | | | | Qt | [5.9.7](https://download.qt.io/official_releases/qt/) | 5.9.5 | No | | | | XCB | | | | | Yes (Linux only) | diff --git a/doc/release-notes.md b/doc/release-notes.md --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -5,3 +5,4 @@ This release includes the following features and fixes: + - Building from source now requires python 3.6 or greater