From d7ea34602584137e267a9cca0909a074b78195bd Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Tue, 27 Feb 2024 15:08:30 -0600 Subject: [PATCH] bump minimum python version to 3.8 for 2.x Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: 9b63bbaff170f46386619d310f031c445c02b3af] --- projects/rocprofiler-compute/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/CMakeLists.txt b/projects/rocprofiler-compute/CMakeLists.txt index daab4ea587..02085b0685 100644 --- a/projects/rocprofiler-compute/CMakeLists.txt +++ b/projects/rocprofiler-compute/CMakeLists.txt @@ -58,7 +58,7 @@ message(STATUS "Installation path: ${CMAKE_INSTALL_PREFIX}") # Python 3 is required message(STATUS "Detecting Python interpreter...") find_package( - Python3 3.7 + Python3 3.8 COMPONENTS Interpreter REQUIRED)