From 923cb16c661f690b34b8b011b54d2aea2345daec Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 28 Jul 2022 19:10:32 +0200 Subject: [PATCH] Core: user 3.11 for drone pipeline --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: