chore(deps): update python docker tag to v3.13 #87

Open
renovate-bot wants to merge 1 commit from renovate/python-3.x into master

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"