We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89f8dfc + 990ae29 commit 1fa9fc0Copy full SHA for 1fa9fc0
1 file changed
pyproject.toml
@@ -67,6 +67,7 @@ smudgeplot = ["bin/*"]
67
# Skip 32-bit, PyPy, musllinux, and Windows (no Windows support for now)
68
skip = ["*-win32", "*-win_amd64", "*-manylinux_i686", "pp*", "*-musllinux*"]
69
build = ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
70
+environment = { MACOSX_DEPLOYMENT_TARGET = "10.14" }
71
72
# Test that the CLI works after building
73
test-command = "smudgeplot --version"
0 commit comments