From 681609f9511c13b2d7013b72d5067eeb2fa8669c Mon Sep 17 00:00:00 2001 From: Andrew Donnellan Date: Thu, 24 Oct 2019 14:12:27 +1100 Subject: Python 3.8 support Enable Python 3.8 in our tests and list it as a supported version. Signed-off-by: Andrew Donnellan Signed-off-by: Daniel Axtens --- tools/docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/docker/Dockerfile') diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 6167813..5ef1120 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -49,7 +49,8 @@ RUN curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-instal RUN pyenv latest install 2.7 && \ pyenv latest install 3.5 && \ pyenv latest install 3.6 && \ - pyenv latest install 3.7 + pyenv latest install 3.7 && \ + pyenv latest install 3.8 RUN pyenv global $(pyenv versions --bare | tac) RUN pip install tox tox-pyenv -- cgit v1.2.3