Skip to content
Snippets Groups Projects

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

Open RenovateBot requested to merge renovate/python-3.x into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -8,7 +8,7 @@ variables:
pre-commit:
stage: test
image: python:3.12
image: python:3.13
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
PRE_COMMIT_HOME: "$CI_PROJECT_DIR/.cache/pre-commit"
Loading