chore(deps): update docker.io/library/python docker tag to v3.12

This commit is contained in:
renovate[bot] 2023-10-03 03:47:59 +00:00 committed by GitHub
parent 2bebea17fd
commit 8202a1cac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

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

View File

@ -7,7 +7,7 @@ when:
steps:
build:
image: docker.io/library/python:3.11
image: docker.io/library/python:3.12
commands:
- git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq
@ -45,7 +45,7 @@ steps:
- event: [tag]
publish-pypi:
image: docker.io/library/python:3.11
image: docker.io/library/python:3.12
secrets:
- source: pypi_password
target: POETRY_HTTP_BASIC_PYPI_PASSWORD

View File

@ -7,7 +7,7 @@ when:
steps:
check-format:
image: docker.io/library/python:3.11
image: docker.io/library/python:3.12
commands:
- git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq
@ -17,7 +17,7 @@ steps:
PY_COLORS: "1"
check-coding:
image: docker.io/library/python:3.11
image: docker.io/library/python:3.12
commands:
- git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq

View File

@ -14,7 +14,7 @@ matrix:
steps:
fetch:
image: docker.io/library/python:3.11
image: docker.io/library/python:3.12
commands:
- git fetch -tq