1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-01-23 21:01:19 +00:00

Drop support of Python 3.11

This commit is contained in:
Emmy D'Anello 2025-01-14 20:21:57 +01:00
parent 3807fbcf45
commit df6fb3b3f3
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 0 additions and 10 deletions

View File

@ -2,15 +2,6 @@ stages:
- test
- quality-assurance
py311:
stage: test
image: python:3.11-alpine
before_script:
- apk add --no-cache libmagic
- apk add --no-cache gettext
- pip install tox --no-cache-dir
script: tox -e py311
py312:
stage: test
image: python:3.12-alpine

View File

@ -1,6 +1,5 @@
[tox]
envlist =
py311
py312
py313