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

chore: Enable tests für python 3.11

parent c499c7cc
No related branches found
No related tags found
1 merge request!3chore(deps): update python docker tag to v3.11
Pipeline #30690 passed
...@@ -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