From 3c355b4848e939fdb3da7872a1bcbb60d76ef11b Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 8 Mar 2020 10:13:35 +0100 Subject: [PATCH] Add py38 to nix build --- 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 4fdfba5f8a..8bb800444e 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -64,7 +64,7 @@ PROJECT_NAME="IfcOpenShell" OCE_VERSION="0.18" # OCCT_VERSION="7.1.0" # OCCT_HASH="89aebde" -PYTHON_VERSIONS=["2.7.16", "3.2.6", "3.3.6", "3.4.6", "3.5.3", "3.6.2", "3.7.3"] +PYTHON_VERSIONS=["2.7.16", "3.2.6", "3.3.6", "3.4.6", "3.5.3", "3.6.2", "3.7.3", "3.8.2"] # OCCT_VERSION="7.2.0" # OCCT_HASH="88af392" OCCT_VERSION="7.3.0p3"