Update .drone.yml testing
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Lukáš Kucharczyk 2023-11-16 16:30:17 +01:00
parent c6ed577fe3
commit 229a79d266
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