Skip to content

Commit

Permalink
bump minimum python version to 3.8 for 2.x
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
  • Loading branch information
koomie committed Feb 27, 2024
1 parent 593d08a commit 9b63bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9b63bba

Please sign in to comment.