Add py 3.6.2 to build-all.py

This commit is contained in:
Thomas Krijnen
2017-09-24 13:37:14 +02:00
committed by GitHub
parent 8792a8d750
commit f91ac2b375
+1 -1
View File
@@ -61,7 +61,7 @@ PROJECT_NAME="IfcOpenShell"
OCE_VERSION="0.18"
OCCT_VERSION="7.1.0"
OCCT_HASH="89aebde"
PYTHON_VERSIONS=["2.7.12", "3.2.6", "3.3.6", "3.4.6", "3.5.3"]
PYTHON_VERSIONS=["2.7.12", "3.2.6", "3.3.6", "3.4.6", "3.5.3", "3.6.2"]
BOOST_VERSION="1.59.0"
PCRE_VERSION="8.39"
LIBXML_VERSION="2.9.3"