Initial updates to remove 3.9 support

This commit is contained in:
Trenton Holmes
2024-09-24 07:52:08 -07:00
parent 5e687d9a93
commit 0d4195e6e7
8 changed files with 818 additions and 877 deletions

View File

@@ -39,7 +39,7 @@ COPY Pipfile* ./
RUN set -eux \
&& echo "Installing pipenv" \
&& python3 -m pip install --no-cache-dir --upgrade pipenv==2024.0.1 \
&& python3 -m pip install --no-cache-dir --upgrade pipenv==2024.0.3 \
&& echo "Generating requirement.txt" \
&& pipenv requirements > requirements.txt