Skip to content

Commit

Permalink
[HIPIFY][cmake][tests][fix] Enable Python 3.12.x support in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
emankov committed Jan 28, 2024
1 parent 90d27d3 commit b80f927
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 @@ -233,7 +233,7 @@ if(HIPIFY_CLANG_TESTS OR HIPIFY_CLANG_TESTS_ONLY)
if(${CMAKE_VERSION} VERSION_LESS "3.27.0")
find_package(PythonInterp 2.7 REQUIRED)
else()
find_package(Python 2.7...3.12 REQUIRED)
find_package(Python 2.7...3.13 REQUIRED)
endif()

function (require_program PROGRAM_NAME)
Expand Down

0 comments on commit b80f927

Please sign in to comment.