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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-08 22:30:08 +01:00 committed by GitHub
parent 99160772be
commit 7dc2294a37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 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