We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417e7cb commit 226ceb1Copy full SHA for 226ceb1
2 files changed
doc/changes.rst
@@ -14,7 +14,8 @@ APSW changes by version
14
========
15
16
PyPi builds now use `cibuildwheel version 3 <https://cibuildwheel.pypa.io/en/stable/changelog/#v300>`__
17
-which advances the minimum supported Linux distribution.
+which advances the minimum supported Linux distribution. It is configured to continue building both
18
+32 and 64 bit binaries.
19
20
3.50.1.0
21
pyproject.toml
@@ -13,4 +13,7 @@ apsw = "apsw.__main__:main"
13
line-length = 120
[tool.flake8]
-max-line-length = 120
+max-line-length = 120
+
+[tool.cibuildwheel]
+archs = ["auto64", "auto32"]
0 commit comments