Skip to content

Commit f852b73

Browse files
committed
Reset python version 3.7
1 parent 6712218 commit f852b73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ set(CMAKE_CXX_EXTENSIONS OFF)
8484
# Enable use of folder for IDE like VS
8585
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
8686

87-
# Set the minimum python version to 3.13
88-
set(PYBIND11_PYTHON_VERSION 3.13)
87+
# Set the minimum python version to 3.7
88+
set(PYBIND11_PYTHON_VERSION 3.7)
8989

9090
# Find Python3
9191
find_package(Python ${PYBIND11_PYTHON_VERSION} COMPONENTS Interpreter Development REQUIRED)

0 commit comments

Comments
 (0)