From 92b63a0ef24455e89836d02b4c9bb011b0006f2e Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 27 Oct 2024 06:55:38 +0100 Subject: [PATCH] Update build-all.py - add 3.13.0 --- 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 a09aff7435..3708519ab2 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -82,7 +82,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.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", "3.13.0"] JSON_VERSION = "v3.6.1" OCE_VERSION = "0.18.3" OCCT_VERSION = "7.8.1"