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: steps:
build: build:
image: docker.io/library/python:3.11 image: docker.io/library/python:3.12
commands: commands:
- git fetch -tq - git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq - pip install poetry poetry-dynamic-versioning -qq

View File

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

View File

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

View File

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