From db0b929e83e139e08ba52b02104e7faca8fb4d22 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 27 Nov 2020 07:28:15 +0100 Subject: [PATCH] Drone: mkdocs build upgrade to Python 3.9 (#415, @cclaus) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e945d921..a43693f9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -176,7 +176,7 @@ platform: steps: - name: build - image: python:3.8 + image: python:3.9 commands: - python3 -m pip install -r docs/requirements.txt - mkdocs build --verbose --clean --strict