test: Run tests with python 3.12

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2596>
2228-troi-real-world-review
Georg Krause 2023-10-10 15:24:53 +02:00 zatwierdzone przez Marge
rodzic 9d23d10e23
commit 40cc9afb65
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

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