From 66126d21bcb5c964f242b3fa922a3d2748f6de72 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 2 Sep 2026 12:54:35 +0500 Subject: [PATCH] test_package: remove the requirement for intel Mac build --- src/ifcopenshell-python/test/test_package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/test/test_package.py b/src/ifcopenshell-python/test/test_package.py index 84fb5bf132..21f181282b 100644 --- a/src/ifcopenshell-python/test/test_package.py +++ b/src/ifcopenshell-python/test/test_package.py @@ -24,7 +24,7 @@ import pytest from typing_extensions import assert_never SUPPORTED_PY_VERSIONS = ("310", "311", "312", "313", "314") -SUPPORTED_PLATFORMS = ("win64", "linux64", "macos64", "macosm164") +SUPPORTED_PLATFORMS = ("win64", "linux64", "macosm164") WASM_SUPPORTED_PY_VERSIONS = ("313",) WASM_PLATFORM = "pyodide_2025_0_wasm32"