From fc8119478fb8711a2918bc413183853febdc360f Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Mon, 30 Dec 2024 08:24:22 +0000 Subject: [PATCH] configure PYO3_USE_ABI3_FORWARD_COMPATIBILITY --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index edd300997..d9a6998de 100755 --- a/scripts/install +++ b/scripts/install @@ -16,4 +16,4 @@ else fi ${PIP} install -U pip -${PIP} install -r "$REQUIREMENTS" +PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 ${PIP} install -r "$REQUIREMENTS"