diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index b6ec6d2d6416bc59ea013a39b51d44a6de55d8ff..41e89024447075c8a6d83c751a61273a079b4d01 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -96,7 +96,7 @@ endif() if (NOT DISABLE_OPENFLIPPER_PYTHON_SYSTEM) if (NOT Python3_FOUND) - find_package(Python3 3.12 COMPONENTS Interpreter Development) + find_package(Python3 3.11...3.12.9 COMPONENTS Interpreter Development) endif() if (NOT TARGET pybind11::module OR NOT TARGET pybind11::embed) include(FetchContent)