From 36be206ee5262c4aec6a62603a0d7d7d75b68d48 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Mon, 15 Nov 2021 22:03:45 +0100
Subject: [PATCH] [ci] #188: Introduce Python 3.10 test job

---
 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4c987bb..c78a8b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -114,6 +114,12 @@ tests:3.9:cov:
     - poetry install
     - poetry run pytest --cov duniterpy --cov-report html:cov_html --cov-report term
 
+tests:3.10:
+  extends: .tests
+  tags: [redshift]
+  variables:
+    PYTHON_VERSION: "3.10"
+
 release:
   stage: release
   script:
-- 
GitLab