chore(deps): update python docker tag to v3.13 #87
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue