From fe17e1e6f948a7e635149e4904e21e70c4643c16 Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson <oscar.gustafsson@gmail.com> Date: Thu, 11 Apr 2024 14:00:27 +0200 Subject: [PATCH] Add tests for Python 3.12 --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb851d9c..983895ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,6 +85,12 @@ run-test-3.11-pyqt5: image: python:3.11 extends: ".run-test" +run-test-3.12-pyqt5: + variables: + QT_API: pyqt5 + image: python:3.12 + extends: ".run-test" + # Seemingly works with Qt6, but tests stall on closing scheduler GUI due to modal dialog(?) #run-test-3.10-pyside6: # variables: -- GitLab