From 259bb4f36a27a28aa55cb3948a1d2d5edc30c8f4 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Mon, 31 Oct 2022 13:39:01 +0100 Subject: [PATCH] Let's try #2551 --- 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 44a4c27a84..facd871639 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"] +PYTHON_VERSIONS = ["3.6.14", "3.7.13", "3.8.13", "3.9.11", "3.10.3", "3.11.0"] JSON_VERSION = "v3.6.1" OCE_VERSION = "0.18.3" OCCT_VERSION = "7.5.3"