Update .gitlab-ci.yml file : python 3.13 and require changelog

This commit is contained in:
petitminion 2025-01-20 18:26:12 +00:00
parent e5aa82e141
commit 2636a3dde7
1 changed files with 2 additions and 2 deletions

View File

@ -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: