Skip to content

Commit ad29658

Browse files
committed
[rebranch] Drop minimum python support to 3.6
This was changed back in Februrary, but we still support platforms that only have Python 3.6 (Amazon Linux 2).
1 parent fa6350d commit ad29658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ set(LLVM_PROFDATA_FILE "" CACHE FILEPATH
947947

948948
if(LLVM_INCLUDE_TESTS)
949949
# All LLVM Python files should be compatible down to this minimum version.
950-
set(LLVM_MINIMUM_PYTHON_VERSION 3.8)
950+
set(LLVM_MINIMUM_PYTHON_VERSION 3.6)
951951
else()
952952
# FIXME: it is unknown if this is the actual minimum bound
953953
set(LLVM_MINIMUM_PYTHON_VERSION 3.0)

0 commit comments

Comments
 (0)