Skip to content
Snippets Groups Projects
Commit fe17e1e6 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Add tests for Python 3.12

parent adfa96af
No related branches found
No related tags found
1 merge request!437Pre-commit updates and spell checker
Pipeline #123681 passed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment