forked from Github-Mirrors/canaille
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:
parent
fb5c1bac15
commit
c57244b9fa
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue