bump minimum python version to 3.8 for 2.x

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>


[ROCm/rocprofiler-compute commit: 9b63bbaff1]
This commit is contained in:
Karl W Schulz
2024-02-27 15:08:30 -06:00
committed by Karl W. Schulz
parent ec9938a249
commit d7ea346025
+1 -1
View File
@@ -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)