From f89c97bdd8dbbe3fcd53562c8d0b51a4cace22ac Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Thu, 6 Apr 2023 00:20:21 +0000 Subject: [PATCH] Update python Docker tag to v3.11.3 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index db26270..64deee4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,14 +4,14 @@ type: docker steps: - name: lint - image: python:3.11.2 + image: python:3.11.3 commands: - pip install poetry - poetry install - poetry run flake8 - poetry run mypy . - name: epub - image: python:3.11.2 + image: python:3.11.3 commands: - pip install poetry - poetry install --without dev