diff --git a/CMakeLists.txt b/CMakeLists.txt index 6081c18c80..0a6e02d532 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -187,7 +187,8 @@ if (NOT SKIP_TESTS) endif() if (NOT PYTHON_VERSION) - set(PYTHON_VERSION 3.8) + # FDroid build server has 3.5.3 Python installed. + set(PYTHON_VERSION 3.5) endif() # End of setting environment variables