diff --git a/test_libraries/only_included/hatch.toml b/test_libraries/only_included/hatch.toml index de0a502..5fb9e9f 100644 --- a/test_libraries/only_included/hatch.toml +++ b/test_libraries/only_included/hatch.toml @@ -19,6 +19,7 @@ aliases = {"example_only_included.compile" = "example_only_included.did"} targets = ["*/compile.py"] [build.targets.wheel] +macos-max-compat = false packages = ["example_only_included"] [[envs.all.matrix]] diff --git a/test_libraries/simple_structure/hatch.toml b/test_libraries/simple_structure/hatch.toml index eaaf858..b46bf3b 100644 --- a/test_libraries/simple_structure/hatch.toml +++ b/test_libraries/simple_structure/hatch.toml @@ -97,6 +97,7 @@ templated_mac = {supported = ["int", "float"]} templated_win = {supported = ["int", "float", "complex"]} [build.targets.wheel] +macos-max-compat = false packages = ["example_lib"] [[envs.all.matrix]] diff --git a/test_libraries/src_structure/hatch.toml b/test_libraries/src_structure/hatch.toml index eaa1fc2..6b282be 100644 --- a/test_libraries/src_structure/hatch.toml +++ b/test_libraries/src_structure/hatch.toml @@ -106,6 +106,7 @@ templated_win = {supported = ["int", "float", "complex"]} include = ["scripts/", "include/", "src/"] [build.targets.wheel] +macos-max-compat = false packages = ["src/example_lib"] [build.targets.wheel.force-include]