From 2ac66571b05cede41495cec748989435ea74947d Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 1 Apr 2023 13:51:02 +0200 Subject: [PATCH] Update build-all python versions --- 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 ee5ab4f960..c445361ab7 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -72,7 +72,7 @@ PROJECT_NAME = "IfcOpenShell" USE_CURRENT_PYTHON_VERSION = os.getenv("USE_CURRENT_PYTHON_VERSION") ADD_COMMIT_SHA = os.getenv("ADD_COMMIT_SHA") -PYTHON_VERSIONS = ["3.6.14", "3.7.13", "3.8.13", "3.9.11", "3.10.3", "3.11.0"] +PYTHON_VERSIONS = ["3.7.16", "3.8.16", "3.9.16", "3.10.10", "3.11.2"] JSON_VERSION = "v3.6.1" OCE_VERSION = "0.18.3" OCCT_VERSION = "7.5.3"