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