Remove Python 3.9 compatibility (I love match/case)

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello 2023-03-26 11:09:05 +02:00
parent 7d8975339e
commit c299ff6634
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 0 additions and 9 deletions

View File

@ -2,14 +2,6 @@ stages:
- test
- quality-assurance
py39:
stage: test
image: python:3.9-alpine
before_script:
- apk add --no-cache libmagic
- pip install tox --no-cache-dir
script: tox -e py39
py310:
stage: test
image: python:3.10-alpine

View File

@ -1,6 +1,5 @@
[tox]
envlist =
py39
py310
py311