Commits


Antoine Pitrou authored and GitHub committed 11ef68d7dc2
GH-40159: [Python][CI] Add 32-bit Debian build on Crossbow (#40164) ### What changes are included in this PR? Add a Debian-based i386 test build for Python, similar to the existing one for C++. ### Are these changes tested? Yes. The test suite step in the new build will fail until GH-40153 is entirely fixed. ### Are there any user-facing changes? No. * Closes: #40159 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>