Update .drone.yml testing

This commit is contained in:
Lukáš Kucharczyk 2023-11-16 16:30:17 +01:00
parent 78a50739a8
commit bd07f19939
1 changed files with 1 additions and 1 deletions

View File

@ -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