Skip to content

Commit 0b652e4

Browse files
bnbarhamAnthonyLatsis
authored andcommitted
[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). (cherry picked from commit ad29658)
1 parent cfb22e2 commit 0b652e4

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
@@ -1034,7 +1034,7 @@ set(LLVM_PROFDATA_FILE "" CACHE FILEPATH
10341034

10351035
if(LLVM_INCLUDE_TESTS)
10361036
# All LLVM Python files should be compatible down to this minimum version.
1037-
set(LLVM_MINIMUM_PYTHON_VERSION 3.8)
1037+
set(LLVM_MINIMUM_PYTHON_VERSION 3.6)
10381038
else()
10391039
# FIXME: it is unknown if this is the actual minimum bound
10401040
set(LLVM_MINIMUM_PYTHON_VERSION 3.0)

0 commit comments

Comments
 (0)