We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb22e2 commit 0b652e4Copy full SHA for 0b652e4
llvm/CMakeLists.txt
@@ -1034,7 +1034,7 @@ set(LLVM_PROFDATA_FILE "" CACHE FILEPATH
1034
1035
if(LLVM_INCLUDE_TESTS)
1036
# All LLVM Python files should be compatible down to this minimum version.
1037
- set(LLVM_MINIMUM_PYTHON_VERSION 3.8)
+ set(LLVM_MINIMUM_PYTHON_VERSION 3.6)
1038
else()
1039
# FIXME: it is unknown if this is the actual minimum bound
1040
set(LLVM_MINIMUM_PYTHON_VERSION 3.0)
0 commit comments