Skip to content
Snippets Groups Projects

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

Merged RenovateBot requested to merge renovate/python-3.x into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -6,7 +6,7 @@ stages:
lint:
stage: lint
image: python:3.10-alpine
image: python:3.11-alpine
before_script: pip install black
script: black --check .
@@ -14,7 +14,7 @@ test:
stage: test
parallel:
matrix:
- PY_VER: ["3.7", "3.8", "3.9", "3.10"]
- PY_VER: ["3.7", "3.8", "3.9", "3.10", "3.11"]
image: $CI_REGISTRY/funkwhale/backend-test-docker:$PY_VER
before_script:
- poetry install
Loading