diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9791a0c0a637c73945fc449a39610dcb03ce1bfb..b9b5a76ca7e399e0fe3579773da685580b518e75 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -124,6 +124,11 @@ tests:3.11:cov:
         coverage_format: cobertura
         path: coverage.xml
 
+tests:3.12:
+  extends: .tests
+  variables:
+    PYTHON_VERSION: "3.12"
+
 release:
   stage: release
   script: