diff --git a/.drone.yml b/.drone.yml index 51bf427..e9e67b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: Tests - image: python:3.10 + image: python:3.11 environment: PyPI_TOKEN: pypi_token commands: @@ -16,7 +16,7 @@ steps: - poetry run pytest - name: Publish - image: python:3.10 + image: python:3.11 environment: PyPI_TOKEN: pypi_token commands: