chore: Avoid Python 3.12 since its not yet supported #2243

This commit is contained in:
Georg Krause 2023-11-01 15:03:03 +00:00
commit 9cd2f30129
4 changed files with 19 additions and 4 deletions

View file

@ -236,7 +236,7 @@ test_api:
image: $CI_REGISTRY/funkwhale/ci/python-funkwhale-api:$PYTHON_VERSION
parallel:
matrix:
- PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11", "3.12"]
- PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11"]
services:
- name: postgres:15-alpine
command: