Skip to content

Commit 226ceb1

Browse files
committed
Build both 32 and 64 bit
1 parent 417e7cb commit 226ceb1

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

doc/changes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ APSW changes by version
1414
========
1515

1616
PyPi builds now use `cibuildwheel version 3 <https://cibuildwheel.pypa.io/en/stable/changelog/#v300>`__
17-
which advances the minimum supported Linux distribution.
17+
which advances the minimum supported Linux distribution. It is configured to continue building both
18+
32 and 64 bit binaries.
1819

1920
3.50.1.0
2021
========

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ apsw = "apsw.__main__:main"
1313
line-length = 120
1414

1515
[tool.flake8]
16-
max-line-length = 120
16+
max-line-length = 120
17+
18+
[tool.cibuildwheel]
19+
archs = ["auto64", "auto32"]

0 commit comments

Comments
 (0)