From d0c67d2488ba303f748ef5162239d5f2c2047eff Mon Sep 17 00:00:00 2001 From: petitminion Date: Wed, 15 Jan 2025 10:10:36 +0000 Subject: [PATCH] disable python 3.13 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1eba3224..e28b1417b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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", "3.13"] + - PYTHON_VERSION: ["3.10", "3.11", "3.12"] services: - name: postgres:15-alpine command: