Skip to content
Snippets Groups Projects
Commit 40eb2980 authored by Simon Bjurek's avatar Simon Bjurek
Browse files

updated ci file with pyqt6 tests for python 3.10 and 3.11

parent 9f512f7c
No related branches found
No related tags found
2 merge requests!461Finalize earliest deadline scheduler,!459Qt6 fixes and scheduler class started
......@@ -47,6 +47,12 @@ run-test-3.10-pyqt5:
image: python:3.10
extends: ".run-test"
run-test-3.10-pyqt6:
variables:
QT_API: pyqt6
image: python:3.10
extends: ".run-test"
# PySide2 does not seem to have support for 3.11, "almost works" though
#run-test-3.11-pyside2:
# variables:
......@@ -61,6 +67,12 @@ run-test-3.11-pyqt5:
image: python:3.11
extends: ".run-test"
run-test-3.11-pyqt6:
variables:
QT_API: pyqt6
image: python:3.11
extends: ".run-test"
run-test-3.12-pyqt5:
variables:
QT_API: pyqt5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment