Test against python 3.8
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Michel Roux 2022-05-08 16:19:25 +02:00
parent 043984c318
commit c1c5767075

View File

@ -4,7 +4,7 @@ type: docker
steps:
- name: lint
image: python:slim
image: python:3.8-slim
commands:
- pip install poetry
- poetry install