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

updated ci file with python 3.13

parent 40eb2980
No related branches found
No related tags found
2 merge requests!461Finalize earliest deadline scheduler,!459Qt6 fixes and scheduler class started
Pipeline #154699 failed
......@@ -85,6 +85,12 @@ run-test-3.12-pyqt6:
image: python:3.12
extends: ".run-test"
run-test-3.13-pyqt6:
variables:
QT_API: pyqt6
image: python:3.13
extends: ".run-test"
# Seemingly works with Qt6, but tests stall on closing scheduler GUI due to modal dialog(?)
#run-test-3.10-pyside6:
# variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment