From af6873bc42cdafd5960c263a479f14ab4928abe0 Mon Sep 17 00:00:00 2001 From: Quentin Ferrand Date: Thu, 21 Apr 2022 16:00:57 +0200 Subject: [PATCH] . --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f96a572..e951182 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: python steps: - name: test - image: python:latest + image: python:3.10 commands: - pip install -q --upgrade pre-commit - pre-commit run --all-files