feat(python): Add support for python 3.11rc and testing
This commit is contained in:
parent
82767e7b3c
commit
2eefd8b3f7
3 changed files with 5 additions and 3 deletions
|
|
@ -204,7 +204,7 @@ test_api:
|
|||
path: api/coverage.xml
|
||||
parallel:
|
||||
matrix:
|
||||
- PY_VER: ["3.7", "3.8", "3.9", "3.10"]
|
||||
- PY_VER: ["3.7", "3.8", "3.9", "3.10", "3.11-rc"]
|
||||
image: $CI_REGISTRY/funkwhale/backend-test-docker:$PY_VER
|
||||
|
||||
test_front:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue