Remove Python 3.11 only requirement

This commit is contained in:
2024-11-20 20:21:39 +01:00
parent 315dfb104f
commit 26f8e07774
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ if(Boost_FOUND)
endif()
# Python
find_package(Python3 3.11...3.11.9 COMPONENTS Interpreter Development REQUIRED)
find_package(Python3 3.11 COMPONENTS Interpreter Development REQUIRED)
message("Python3_LIBRARIES=${Python3_LIBRARIES}")
# CMakes modules