We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777740b commit cf9138bCopy full SHA for cf9138b
1 file changed
pyproject.toml
@@ -25,11 +25,11 @@ build-backend = "setuptools.build_meta"
25
26
[tool.cibuildwheel]
27
build-verbosity = 0 # options: 1, 2, or 3
28
-skip = ["cp36-*", "cp37-*", "pp*"]
+skip = ["cp36-*", "cp37-*", "pp*", "*-win32"]
29
#before-build = "python -m pip install cmake>=3.16"
30
31
[tool.cibuildwheel.windows]
32
-skip = "*-win32"
+archs = ["win_amd64"]
33
34
[tool.cibuildwheel.linux]
35
archs = ["auto", "aarch64"]
@@ -39,4 +39,4 @@ before-build = "yum remove -y cmake"
39
archs = ["x86_64", "arm64"]
40
41
# Minimum version for proper C++17 support on MacOS
42
-environment-pass = [ "MACOSX_DEPLOYMENT_TARGET=10.14" ]
+environment = { MACOSX_DEPLOYMENT_TARGET = "10.14" }
0 commit comments