Skip to content
Snippets Groups Projects
Commit cfffa800 authored by Georg Krause's avatar Georg Krause
Browse files

Merge branch 'renovate/python-3.x' into 'develop'

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

See merge request !3
parents 4c4aef5d 193ae961
No related branches found
No related tags found
1 merge request!3chore(deps): update python docker tag to v3.11
Pipeline #30692 passed
...@@ -6,7 +6,7 @@ stages: ...@@ -6,7 +6,7 @@ stages:
lint: lint:
stage: lint stage: lint
image: python:3.10-alpine image: python:3.11-alpine
before_script: pip install black before_script: pip install black
script: black --check . script: black --check .
...@@ -14,7 +14,7 @@ test: ...@@ -14,7 +14,7 @@ test:
stage: test stage: test
parallel: parallel:
matrix: 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 image: $CI_REGISTRY/funkwhale/backend-test-docker:$PY_VER
before_script: before_script:
- poetry install - poetry install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment