From: Daniele Varrazzo Date: Mon, 1 Sep 2025 09:31:24 +0000 (+0200) Subject: ci: drop i686 binary packages X-Git-Tag: 3.2.10~8^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61115ef19320ddbb9a9599194997185b90bb8574;p=thirdparty%2Fpsycopg.git ci: drop i686 binary packages Not happy to drop them in a bugfix release, it seems possible to still produce them with current cibuildwheel, but the documentation doesn't make obvious how to restore them. We will try to restore them if someone complains. --- diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index f0abba064..6c181aded 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -49,7 +49,7 @@ jobs: strategy: fail-fast: false matrix: - arch: [x86_64, i686, ppc64le, aarch64] + arch: [x86_64, ppc64le, aarch64] pyver: [cp38, cp39, cp310, cp311, cp312, cp313, cp314] platform: [manylinux, musllinux]