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