From 570af9f1b2ba7d810a65e788c9176ed40c28cd95 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Sat, 29 Oct 2022 09:36:34 +0200 Subject: [PATCH] ci(tests): Use released python 3.11 image for tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e6121de1..a7b9dd5f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -204,7 +204,7 @@ test_api: path: api/coverage.xml parallel: matrix: - - PY_VER: ["3.7", "3.8", "3.9", "3.10", "3.11-rc"] + - PY_VER: ["3.7", "3.8", "3.9", "3.10", "3.11"] image: $CI_REGISTRY/funkwhale/backend-test-docker:$PY_VER coverage: '/TOTAL\s*\d*\s*\d*\s*(\d*%)/'