Skip to content

Commit

Permalink
[bindings/python] cmake : minimum Python version should be 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ManifoldFR committed Aug 7, 2024
1 parent 7bad53d commit 453324e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include(${JRL_CMAKE_MODULES}/python.cmake)
include(${JRL_CMAKE_MODULES}/python-helpers.cmake)

findpython(REQUIRED Development.Module)
find_package(Python 3.8 COMPONENTS ${PYTHON_COMPONENTS})
find_package(Python 3.7 COMPONENTS ${PYTHON_COMPONENTS})

if(IS_ABSOLUTE ${PYTHON_SITELIB})
set(${PYWRAP}_INSTALL_DIR ${PYTHON_SITELIB}/${PROJECT_NAME})
Expand Down

0 comments on commit 453324e

Please sign in to comment.