Skip to content

Commit ae6ed08

Browse files
authored
Restore building 32bit wheels on Linux (#1227)
1 parent 17bbfd0 commit ae6ed08

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

CHANGES/1225.packaging.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1227.packaging.rst

CHANGES/1227.packaging.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Re-enabled 32-bit Linux wheel builds that were disabled by default in cibuildwheel 3.0.0 -- by :user:`bdraco`.

docs/spelling_wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ cChardet
1919
changelog
2020
charset
2121
charsetdetect
22+
cibuildwheel
2223
CPython
2324
criterias
2425
css

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ skip = "pp*"
1111
enable = ["cpython-freethreading"]
1212

1313
[tool.cibuildwheel.linux]
14+
# Re-enable 32-bit builds (disabled by default in cibuildwheel 3.0)
15+
archs = ["auto", "auto32"]
1416
before-all = "yum install -y libffi-devel || apk add --upgrade libffi-dev || apt-get install libffi-dev"

0 commit comments

Comments
 (0)