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 856555b commit 9b4faa7Copy full SHA for 9b4faa7
llvm/CMakeLists.txt
@@ -1016,7 +1016,7 @@ set(LLVM_SPROFDATA_FILE "" CACHE FILEPATH
1016
1017
if(LLVM_INCLUDE_TESTS)
1018
# All LLVM Python files should be compatible down to this minimum version.
1019
- set(LLVM_MINIMUM_PYTHON_VERSION 3.8)
+ set(LLVM_MINIMUM_PYTHON_VERSION 3.10)
1020
else()
1021
# FIXME: it is unknown if this is the actual minimum bound
1022
set(LLVM_MINIMUM_PYTHON_VERSION 3.0)
0 commit comments