Skip to content

Commit

Permalink
Drop Python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclay committed Apr 5, 2024
1 parent 9d8d3a8 commit f5a72e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ COPY files/deadsnakes.list /etc/apt/sources.list.d/deadsnakes.list
# This is done separately to avoid conflicts with official Ubuntu packages.
RUN apt-get update -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
python3.7-dev \
python3.7-venv \
python3.8-dev \
python3.8-venv \
python3.9-dev \
Expand Down

0 comments on commit f5a72e6

Please sign in to comment.