We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efae2f3 commit 7f0a64dCopy full SHA for 7f0a64d
pyproject.toml
@@ -70,6 +70,11 @@ build = "cp39-*"
70
test-extras = "test"
71
test-command = "pytest {project}/tests"
72
build-verbosity = 1
73
+musllinux-x86_64-image = "musllinux_1_1"
74
+musllinux-i686-image = "musllinux_1_1"
75
+musllinux-aarch64-image = "musllinux_1_1"
76
+musllinux-ppc64le-image = "musllinux_1_1"
77
+musllinux-s390x-image = "musllinux_1_1"
78
79
[tool.cibuildwheel.macos.environment]
80
MACOSX_DEPLOYMENT_TARGET = "10.10"
0 commit comments