fix: zxcvbn compilation in demo

until https://github.com/fief-dev/zxcvbn-rs-py/issues/2 is fixed, it is
needed to manually force the compatibility with Python 3.13
This commit is contained in:
Éloi Rivard 2024-11-06 15:21:13 +01:00
parent fb5c1bac15
commit c57244b9fa
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -22,6 +22,10 @@ fi
pushd "$DIR" > /dev/null 2>&1 || exit
# Needed until zxcvbn supports Python 3.13
# https://github.com/fief-dev/zxcvbn-rs-py/issues/2
export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
uv sync --group demo --all-extras
if [ "$BACKEND" = "memory" ]; then