From f178e5dac666d887475f776d6692c8f3ed1702ea Mon Sep 17 00:00:00 2001
From: Maja Jablonska <majajjablonska@gmail.com>
Date: Fri, 26 Jan 2024 17:31:58 +0100
Subject: [PATCH] Change python versions

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 58b1f74..d6920c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,7 @@ stages:
 
 before_script:
   - apt-get update -yqq
+    && apt install python3.8 python3.9 python3.10
     && apt-get install -yqq --no-install-recommends
     make
     g++
@@ -20,7 +21,7 @@ unittests:
   stage: test
   script:
     - pip install tox==4.12
-    - tox -r
+    - tox -p -e py38,py39,py310
 
 pypi_publish:
   before_script:
-- 
GitLab