From 2636a3dde729a1fdf8b3e8b3a17aa1c7c4744227 Mon Sep 17 00:00:00 2001 From: petitminion Date: Mon, 20 Jan 2025 18:26:12 +0000 Subject: [PATCH] Update .gitlab-ci.yml file : python 3.13 and require changelog --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e28b1417b..28e815170 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -150,7 +150,7 @@ find_broken_links: -- . || exit $? require_changelog: - allow_failure: true + allow_failure: false stage: lint rules: # Don't run on merge request that mention NOCHANGELOG or renovate bot commits @@ -232,7 +232,7 @@ test_api: image: $CI_REGISTRY/funkwhale/ci/python-funkwhale-api:$PYTHON_VERSION parallel: matrix: - - PYTHON_VERSION: ["3.10", "3.11", "3.12"] + - PYTHON_VERSION: ["3.10", "3.11", "3.12", "3.13"] services: - name: postgres:15-alpine command: