Skip to content

Commit cf9138b

Browse files
author
Jon
committed
another try
1 parent 777740b commit cf9138b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ build-backend = "setuptools.build_meta"
2525

2626
[tool.cibuildwheel]
2727
build-verbosity = 0 # options: 1, 2, or 3
28-
skip = ["cp36-*", "cp37-*", "pp*"]
28+
skip = ["cp36-*", "cp37-*", "pp*", "*-win32"]
2929
#before-build = "python -m pip install cmake>=3.16"
3030

3131
[tool.cibuildwheel.windows]
32-
skip = "*-win32"
32+
archs = ["win_amd64"]
3333

3434
[tool.cibuildwheel.linux]
3535
archs = ["auto", "aarch64"]
@@ -39,4 +39,4 @@ before-build = "yum remove -y cmake"
3939
archs = ["x86_64", "arm64"]
4040

4141
# Minimum version for proper C++17 support on MacOS
42-
environment-pass = [ "MACOSX_DEPLOYMENT_TARGET=10.14" ]
42+
environment = { MACOSX_DEPLOYMENT_TARGET = "10.14" }

0 commit comments

Comments
 (0)