From c1c5767075ec900eacc6106b33cc93a96cd83a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=C3=A9fir=20Destiny?= Date: Sun, 8 May 2022 16:19:25 +0200 Subject: [PATCH] Test against python 3.8 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 93a503d..f16e97a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ type: docker steps: - name: lint - image: python:slim + image: python:3.8-slim commands: - pip install poetry - poetry install