fix: revert default python version to 3.7 in Pipfile, closes #85

But tests will be run on both 3.7 and 3.8 as we want to support >= 3.7
This commit is contained in:
Eneko Illarramendi 2020-09-04 21:18:22 +02:00
parent 8b7028d728
commit 6b33f150c6
4 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.8-slim
FROM python:3.7-slim
WORKDIR /app
COPY requirements.txt /app/