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

removed py version 3.9 since it will reach end-of-life this year

parent 831687a8
Branches
No related tags found
2 merge requests!461Finalize earliest deadline scheduler,!459Qt6 fixes and scheduler class started
...@@ -35,18 +35,6 @@ before_script: ...@@ -35,18 +35,6 @@ before_script:
path: cov.xml path: cov.xml
coverage: /(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/ coverage: /(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/
run-test-3.9-pyside2:
variables:
QT_API: pyside2
image: python:3.9
extends: ".run-test"
run-test-3.9-pyqt5:
variables:
QT_API: pyqt5
image: python:3.9
extends: ".run-test"
run-test-3.10-pyside2: run-test-3.10-pyside2:
variables: variables:
QT_API: pyside2 QT_API: pyside2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment