Skip to content

Commit

Permalink
Correct override glob
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Jul 4, 2024
1 parent 808d076 commit f695699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ select = "*-musllinux*"
before-all = "apk add avahi-libs"

[[tool.cibuildwheel.overrides]]
select = "cp38-macos-*"
select = "cp38-macosx*"
inherit.environment = "append"
environment.MACOSX_DEPLOYMENT_TARGET = "11.2"

0 comments on commit f695699

Please sign in to comment.