We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3beb813 commit 10d8c0aCopy full SHA for 10d8c0a
1 file changed
bin/settings.sh
@@ -17,7 +17,7 @@ py_ver_major="3"
17
py_ver_minor="7"
18
py_ver_micro="9"
19
use_pyenv="N" # "Y" or "N"
20
-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"
21
22
23
#--- Doc Build
0 commit comments