From 8a8173f2384f875f3b84f468b9606c80ecfe43f3 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 20 Mar 2024 14:58:06 +0100 Subject: [PATCH] #4447 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 31a07e0edf..afeab071bd 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -76,7 +76,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.7.13", "3.8.13", "3.9.11", "3.10.3", "3.11.8", "3.12.1"] +PYTHON_VERSIONS = ["3.9.11", "3.10.3", "3.11.8", "3.12.1"] JSON_VERSION = "v3.6.1" OCE_VERSION = "0.18.3" OCCT_VERSION = "7.7.1"