From 5207e62e5b23002eb2c90ea0738c8eef8567ffd9 Mon Sep 17 00:00:00 2001
From: karnem <mikhail.karnevskiy@desy.de>
Date: Tue, 19 Dec 2023 10:37:23 +0100
Subject: [PATCH] Remove unsupported python libs from the test.

---
 .gitlab-ci.yml | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 94b057a93..3568ee143 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -222,18 +222,11 @@ test_wheels-python39_22.03.00:
     CLIENT_VERSION: 22.03.00
     PYTEST_KEY: -m compatible
 
-test_wheels-python310_22.03.00:
+test_wheels-python310_22.10:
   extends: .test_python_wheels_template
   variables:
     PYTHON_PATH: /opt/python/cp310-cp310
-    CLIENT_VERSION: 22.03.00
-    PYTEST_KEY: -m compatible
-
-test_wheels-python311_22.03.00:
-  extends: .test_python_wheels_template
-  variables:
-    PYTHON_PATH: /opt/python/cp311-cp311
-    CLIENT_VERSION: 22.03.00
+    CLIENT_VERSION: 22.10
     PYTEST_KEY: -m compatible
 
 build-services-linux-release:
-- 
GitLab