"composable_kernel/include/utility/print_sequence.hpp" did not exist on "7a7fe160866b7b2893be698d77b70cc8cf754fb5"
Commit d25889b1 authored by Illia Silin's avatar Illia Silin Committed by Jun Liu
Browse files

Downgrade minimum required python version to 3.6 (#1274)

parent f0759faf
......@@ -26,7 +26,7 @@ set(version 1.1.0)
project(composable_kernel VERSION ${version} LANGUAGES CXX)
include(CTest)
find_package(Python3 3.8 COMPONENTS Interpreter REQUIRED)
find_package(Python3 3.6 COMPONENTS Interpreter REQUIRED)
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment