Skip to content

Commit

Permalink
test: macos-max-compat = false
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-auchincloss committed Apr 28, 2024
1 parent b9a860b commit e6013c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test_libraries/only_included/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
1 change: 1 addition & 0 deletions test_libraries/simple_structure/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
1 change: 1 addition & 0 deletions test_libraries/src_structure/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e6013c6

Please sign in to comment.