Use Django 4.0.x for now. (#573)

* Use Django 4.0.x for now.

* Use django 4.0.x for now
This commit is contained in:
Abhilash Raj
2022-10-31 02:21:04 -07:00
committed by GitHub
parent 06f700192e
commit c48d96054c
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ RUN --mount=type=cache,target=/root/.cache \
tzdata \
diskcache \
django-utils-six \
&& python3 -m pip install -U 'Django<4.2' \
&& python3 -m pip install -U 'Django<4.1' \
&& python3 -m pip install -U \
git+https://gitlab.com/mailman/django-mailman3 \
&& apk del .build-deps \