Skip to content

Commit 3b9c381

Browse files
committed
fix: django2x depedencies in 3.13
1 parent 076f25a commit 3b9c381

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/website-test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ jobs:
8282
source venv/bin/activate
8383
make with-django2x
8484
85+
# Django2 uses `cgi`, deprecated in 3.13
86+
if [ ${{ matrix.py-version == '3.13' }} ]; then
87+
pip install legacy-cgi
88+
fi
89+
8590
export PYTHONPATH="${PYTHONPATH}:$(pwd)"
8691
cd tests/frontendIntegration/django2x
8792

0 commit comments

Comments
 (0)