Merge pull request 'Update python Docker tag to v3.11.3' (#49) from renovate/python-3.x into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #49
This commit is contained in:
Michel Roux 2023-04-06 07:31:05 +00:00
commit 1282338b6b

View File

@ -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