chore: Avoid Python 3.12 since its not yet supported #2243
This commit is contained in:
parent
a756a5f920
commit
9cd2f30129
4 changed files with 19 additions and 4 deletions
|
|
@ -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", "3.12"]
|
||||
- PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11"]
|
||||
services:
|
||||
- name: postgres:15-alpine
|
||||
command:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue