From bac80c6a49ed04dee2820aff78135f7ef72a0d4f Mon Sep 17 00:00:00 2001
From: Reinder Kraaij <kraaij@astron.nl>
Date: Thu, 6 Mar 2025 17:08:42 +0100
Subject: [PATCH] reduce testing block to v12

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 054df3e..5f378a2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -84,7 +84,7 @@ run_unit_tests:
     - tox -e py3${PY_VERSION}
   parallel:
     matrix: # use the matrix for testing
-      - PY_VERSION: [8, 9, 10, 11]
+      - PY_VERSION: [12]
 
 # Run code coverage on the base image thus also performing unit tests
 run_unit_tests_coverage:
-- 
GitLab