diff --git a/.drone.yml b/.drone.yml index eb82479..e7df4da 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: default steps: - name: test - image: python:3.10 + image: python:3.12 commands: - python -m pip install poetry - poetry install