release: Move to python3.9

This commit is contained in:
Andrew Hamilton 2021-05-18 20:39:25 +10:00
parent 2b0fd6b724
commit 5d553a6542
25 changed files with 40 additions and 40 deletions

View file

@ -10,6 +10,6 @@ RUN cd eris && git checkout afa6870484e50ad4ba7b8d662c4ed708c29a759b
RUN rm -rf eris/.git
RUN DEBIAN_FRONTEND=noninteractive apt install -y tzdata
RUN cd eris && ./install-dependencies
RUN python3.8 -m pip install ./eris
RUN python3.9 -m pip install ./eris
ENTRYPOINT ["eris"]