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