Skip to content

Commit 6d733fd

Browse files
Disable 32-bit Python builds (#1789)
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
1 parent 5184c36 commit 6d733fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

+6
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ requires = [
55
"cmake>=3.12",
66
]
77
build-backend = "setuptools.build_meta"
8+
9+
[tool.cibuildwheel.linux]
10+
archs = ["x86_64"]
11+
12+
[tool.cibuildwheel.windows]
13+
archs = ["AMD64"]

0 commit comments

Comments
 (0)