From e0cfd173ed4f2cc7d3634944621fa3b6978c31fd Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 10 Feb 2023 00:15:35 +0000 Subject: [PATCH] Update python Docker tag to v3.11.2 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b542549..9426550 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,14 +4,14 @@ type: docker steps: - name: lint - image: python:3.11.1 + image: python:3.11.2 commands: - pip install poetry - poetry install - poetry run flake8 - poetry run mypy . - name: epub - image: python:3.11.1 + image: python:3.11.2 commands: - pip install poetry - poetry install --without dev