Downgrade minimum required python version to 3.6 (#1274)

[ROCm/composable_kernel commit: 7797f7c7a1]
This commit is contained in:
Illia Silin
2024-05-01 15:34:56 -07:00
committed by GitHub
parent dd79e7371c
commit d89deae29c

View File

@@ -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")