From 06c95e71b0c065643df8db9fcea30838b3d5be18 Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Sat, 4 Jan 2025 09:12:52 +0100 Subject: [PATCH] lower-python-dep =================================================================== Gbp-Pq: Name lower-python-dep.diff --- llvm/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt index 79de9eb2e3..75d82a396d 100644 --- a/llvm/CMakeLists.txt +++ b/llvm/CMakeLists.txt @@ -850,8 +850,8 @@ set(LLVM_PROFDATA_FILE "" CACHE FILEPATH "Profiling data file to use when compiling in order to improve runtime performance.") if(LLVM_INCLUDE_TESTS) - # Lit test suite requires at least python 3.6 - set(LLVM_MINIMUM_PYTHON_VERSION 3.6) + # Lit test suite requires at least python 3.5 + set(LLVM_MINIMUM_PYTHON_VERSION 3.5) else() # FIXME: it is unknown if this is the actual minimum bound set(LLVM_MINIMUM_PYTHON_VERSION 3.0) -- 2.30.2