Skip to content

Commit 1fa9fc0

Browse files
authored
Merge pull request #240 from KamilSJaron/test-cibuildwheel
Min macosx deployment target for c libraries in pyproject.toml
2 parents 89f8dfc + 990ae29 commit 1fa9fc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ smudgeplot = ["bin/*"]
6767
# Skip 32-bit, PyPy, musllinux, and Windows (no Windows support for now)
6868
skip = ["*-win32", "*-win_amd64", "*-manylinux_i686", "pp*", "*-musllinux*"]
6969
build = ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
70+
environment = { MACOSX_DEPLOYMENT_TARGET = "10.14" }
7071

7172
# Test that the CLI works after building
7273
test-command = "smudgeplot --version"

0 commit comments

Comments
 (0)