We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6712218 commit f852b73Copy full SHA for f852b73
1 file changed
CMakeLists.txt
@@ -84,8 +84,8 @@ set(CMAKE_CXX_EXTENSIONS OFF)
84
# Enable use of folder for IDE like VS
85
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
86
87
-# Set the minimum python version to 3.13
88
-set(PYBIND11_PYTHON_VERSION 3.13)
+# Set the minimum python version to 3.7
+set(PYBIND11_PYTHON_VERSION 3.7)
89
90
# Find Python3
91
find_package(Python ${PYBIND11_PYTHON_VERSION} COMPONENTS Interpreter Development REQUIRED)
0 commit comments