Skip to content
Snippets Groups Projects
Commit 43b87f7d authored by Daniel Savchenko's avatar Daniel Savchenko
Browse files

try2 enforce python 3.9...3.12

parent 815a574f
No related branches found
No related tags found
2 merge requests!265Mac fix,!264Mac fix
......@@ -95,7 +95,7 @@ if (NOT DISABLE_OPENFLIPPER_PYTHON_SYSTEM)
endif()
if (NOT DISABLE_OPENFLIPPER_PYTHON_SYSTEM)
find_package(Python3 COMPONENTS Interpreter Development VERSION_LESS 3.12)
find_package(Python3 3.9...3.12 COMPONENTS Interpreter Development)
if (NOT TARGET pybind11::module OR NOT TARGET pybind11::embed)
include(FetchContent)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment