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:
parent
8b7028d728
commit
6b33f150c6
4 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.8-slim
|
||||
FROM python:3.7-slim
|
||||
|
||||
WORKDIR /app
|
||||
COPY requirements.txt /app/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue