chore(deps): update docker.io/library/python docker tag to v3.13 (#790)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-08 21:54:16 +01:00 committed by GitHub
parent 888302e9b8
commit b79a51e328
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ when:
steps:
- name: build
image: docker.io/library/python:3.12
image: docker.io/library/python:3.13
commands:
- pip install poetry poetry-dynamic-versioning -qq
- poetry build

View File

@ -7,7 +7,7 @@ when:
steps:
- name: build
image: docker.io/library/python:3.12
image: docker.io/library/python:3.13
commands:
- pip install poetry poetry-dynamic-versioning -qq
- poetry build
@ -39,7 +39,7 @@ steps:
- event: [tag]
- name: publish-pypi
image: docker.io/library/python:3.12
image: docker.io/library/python:3.13
environment:
POETRY_HTTP_BASIC_PYPI_PASSWORD:
from_secret: pypi_password

View File

@ -7,7 +7,7 @@ when:
steps:
- name: check-format
image: docker.io/library/python:3.12
image: docker.io/library/python:3.13
depends_on: []
commands:
- pip install poetry poetry-dynamic-versioning -qq
@ -17,7 +17,7 @@ steps:
PY_COLORS: "1"
- name: check-coding
image: docker.io/library/python:3.12
image: docker.io/library/python:3.13
depends_on: []
commands:
- pip install poetry poetry-dynamic-versioning -qq
@ -27,7 +27,7 @@ steps:
PY_COLORS: "1"
- name: check-jinja
image: docker.io/library/python:3.12
image: docker.io/library/python:3.13
depends_on: []
commands:
- pip install poetry poetry-dynamic-versioning -qq