mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
test_package: remove the requirement for intel Mac build
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user