Skip to content

Commit ef1f7b8

Browse files
Update python-demos.yml
1 parent cf15858 commit ef1f7b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-demos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.8", "3.9", "3.10"]
19+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
2020
qt-lib: [pyqt5, pyside2]
2121
env:
2222
DISPLAY: ':99.0'
@@ -47,5 +47,5 @@ jobs:
4747
python demo_A_GUI_full.py
4848
python demo_B_GUI_minimal.py
4949
python demo_C_singlethread_for_comparison.py
50-
python demo_D_no_GUI.py
51-
python demo_E_no_GUI.py
50+
python demo_D_no_GUI.py simulate
51+
python demo_E_no_GUI.py simulate

0 commit comments

Comments
 (0)