Skip to content

Commit

Permalink
chore(deps): update docker.io/library/python docker tag to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent f47e738 commit 782e68d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .woodpecker/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .woodpecker/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .woodpecker/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 782e68d

Please sign in to comment.