Fixes issue #15. All tests successful with Python3.9. Review required though

This commit is contained in:
Sangat Das
2022-01-26 14:02:24 +00:00
parent 4ddfcb0d8d
commit 5db16c8b3b
23 changed files with 93 additions and 122 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.6.3
FROM python:3.9
RUN mkdir -p /src
RUN pip install --upgrade \