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