Update .drone.yml testing
This commit is contained in:
parent
78a50739a8
commit
bd07f19939
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue