From 40cc9afb65b6e6ae3a39b5d26d79e83cff25ab1e Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 10 Oct 2023 15:24:53 +0200 Subject: [PATCH] test: Run tests with python 3.12 Part-of: --- .gitlab-ci.yml | 2 +- changes/changelog.d/python-312.feature | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changes/changelog.d/python-312.feature diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b51f56dfc..42d806bb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"] + - PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11", "3.12"] services: - name: postgres:15-alpine command: diff --git a/changes/changelog.d/python-312.feature b/changes/changelog.d/python-312.feature new file mode 100644 index 000000000..045006abd --- /dev/null +++ b/changes/changelog.d/python-312.feature @@ -0,0 +1 @@ +Add support for Python 3.12