test_package: remove the requirement for intel Mac build

This commit is contained in:
Andrej730
2026-09-02 12:54:35 +05:00
parent c2f39a70a3
commit 66126d21bc
+1 -1
View File
@@ -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"