1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-11-01 04:24:32 +01:00

Mise à jour des dépendances + support Python 3.14

This commit is contained in:
Emmy D'Anello
2025-10-30 18:01:30 +01:00
parent 004d54cb67
commit 399e223b33
4 changed files with 28 additions and 19 deletions

View File

@@ -26,6 +26,15 @@ py313:
- pip install tox --no-cache-dir
script: tox -e py313
py314:
stage: test
image: python:3.14-alpine
before_script:
- apk add --no-cache libmagic
- apk add --no-cache gettext
- pip install tox --no-cache-dir
script: tox -e py314
linters:
stage: quality-assurance
image: python:3-alpine
@@ -58,4 +67,3 @@ release-image:
- docker push $CONTAINER_RELEASE_IMAGE
rules:
- if: $CI_COMMIT_BRANCH == "main"