diff --git a/CMakeLists.txt b/CMakeLists.txt index c1ecdb9b..5859507a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)