From 15f1ee65a576da501a612f1c13212427a32bae24 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 23 Jan 2024 17:58:39 +0100 Subject: [PATCH] fixup! skip pypy --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ff9d934a5..a4dbc80f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -175,6 +175,7 @@ manylinux-s390x-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_s390x:libssh-v0 manylinux-x86_64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_x86_64:libssh-v0.9.6" skip = [ "*-musllinux_*", # FIXME: musllinux needs us to provide with containers pre-built libssh + "pp*", # FIXME: we don't ship these currently but could # The support for 32-bit wheels has been dropped long ago: "*-manylinux_i686",