From f91ac2b3757b01734888dad436ed0fa76763cef7 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 24 Sep 2017 13:37:14 +0200 Subject: [PATCH] Add py 3.6.2 to build-all.py --- nix/build-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index 68201af16f..ec600358ce 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -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"