Skip to content

Commit 7d8993b

Browse files
committed
configure PYO3_USE_ABI3_FORWARD_COMPATIBILITY
1 parent 66df77e commit 7d8993b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ else
1616
fi
1717

1818
${PIP} install -U pip
19-
${PIP} install -r "$REQUIREMENTS"
19+
PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 {PIP} install -r "$REQUIREMENTS"

0 commit comments

Comments
 (0)