From 10d8c0afb646f6cb08f4cd912063bcadfef305b1 Mon Sep 17 00:00:00 2001 From: Sanhe Hu Date: Mon, 7 Jun 2021 21:31:48 -0400 Subject: [PATCH] Update settings.sh --- bin/settings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/settings.sh b/bin/settings.sh index 45978ccca3..4114dd402b 100644 --- a/bin/settings.sh +++ b/bin/settings.sh @@ -17,7 +17,7 @@ py_ver_major="3" py_ver_minor="7" py_ver_micro="9" use_pyenv="N" # "Y" or "N" -supported_py_versions="2.7.13 3.4.6 3.5.3 3.6.2" # e.g: "2.7.13 3.6.2" +supported_py_versions="3.6.2" # e.g: "2.7.13 3.6.2" #--- Doc Build