chore(deps): update python docker tag to v3.13
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
Renovate Bot 2024-10-08 01:03:29 +00:00
parent 604ae53f00
commit a43a700695

View file

@ -1,6 +1,6 @@
steps:
standardize:
image: python:3.12-bookworm
image: python:3.13-bookworm
commands:
- python -m pip install --upgrade pip
- python -m pip install -r requirements.txt
@ -10,7 +10,7 @@ steps:
# - mypy --strict ftest/
build:
image: python:3.12-bookworm
image: python:3.13-bookworm
commands:
- python -m venv venv
- /bin/bash -c "source venv/bin/activate"