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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user