From d9bd3688a7752d8c955a18f10748a8b6b4d6142d Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Fri, 9 Oct 2020 14:10:52 +0200 Subject: [PATCH] Python 3.9 got released and broke the tests --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e8d54e..2106f26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,13 +2,13 @@ stages: - test - quality-assurance -py38: +py39: stage: test image: python:3-alpine before_script: - apk add --no-cache libmagic - pip install tox --no-cache-dir - script: tox -e py38 + script: tox -e py39 linters: stage: quality-assurance