test: Run tests with python 3.12

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2596>
This commit is contained in:
Georg Krause 2023-10-10 15:24:53 +02:00 committed by Marge
parent 9d23d10e23
commit 40cc9afb65
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -0,0 +1 @@
Add support for Python 3.12