Remove support for Django 3.2 and 4.1 (#183)

This commit is contained in:
Stan Triepels
2024-05-05 00:42:09 +02:00
committed by GitHub
parent 7add68f770
commit 5e4aa65f62
7 changed files with 970 additions and 1118 deletions
+2 -2
View File
@@ -8,10 +8,10 @@ ENV PYTHONUNBUFFERED 1
ENV SHELL /bin/bash
# Upgrades pip
RUN pip install --upgrade pip
RUN pip install -U pip setuptools
# Install poetry
RUN pip install poetry
RUN pip install poetry==1.8.2
WORKDIR /app