]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: drop i686 binary packages
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Sep 2025 09:31:24 +0000 (11:31 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Sep 2025 09:35:28 +0000 (11:35 +0200)
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.

.github/workflows/packages-bin.yml

index f0abba0640aba28b0af3adf997036174a3f289fe..6c181adedd477b20ff3814264acea91bf6cff8f9 100644 (file)
@@ -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]