From d9941c83dd2eba545dc88bef7d80137a7a3c6d8f Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Thu, 17 Jun 2021 15:03:58 +0800 Subject: [PATCH] test=document_fix (#33623) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f0089f2a565..f6b422f5bca 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -216,7 +216,7 @@ option(WITH_STRIP "Strip so files of Whl packages" OFF) # PY_VERSION if(NOT PY_VERSION) - set(PY_VERSION 3.7) + set(PY_VERSION 3.6) endif() set(PYBIND11_PYTHON_VERSION ${PY_VERSION}) -- GitLab