From c544c2b6dbcadafc37488ac2962644bfe513a31f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Wed, 17 Nov 2021 11:11:20 +0100 Subject: [PATCH] gitlab CI python 3.10 tests --- .gitlab-ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5733bafa..c69e431a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,13 +33,18 @@ python39: stage: test script: tox -e py39 +python310: + image: python:3.10 + stage: test + script: tox -e py310 + doc: - image: python:3.9 + image: python:3.10 stage: test script: tox -e doc coverage: - image: python:3.9 + image: python:3.10 stage: test allow_failure: true script: