From 8b1a38985557a46cf03bc616404005a392273c12 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Sat, 13 Mar 2021 15:22:48 +0200 Subject: [PATCH] build: nix: Bump minor versions of Python toolchains to latest versions It's nice to keep it up with the latest releases. --- 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 ee2ad96d28..cab2b13658 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -75,7 +75,7 @@ ch.setLevel(logging.INFO) logger.addHandler(ch) PROJECT_NAME="IfcOpenShell" -PYTHON_VERSIONS=["2.7.16", "3.5.3", "3.6.2", "3.7.3", "3.8.6", "3.9.1"] +PYTHON_VERSIONS=["2.7.18", "3.5.5", "3.6.13", "3.7.10", "3.8.8", "3.9.2"] JSON_VERSION="v3.6.1" OCE_VERSION="0.18" OCCT_VERSION="7.5.3"