Skip to content

Commit

Permalink
Update python-demos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis-van-Gils committed May 30, 2024
1 parent cf15858 commit ef1f7b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
qt-lib: [pyqt5, pyside2]
env:
DISPLAY: ':99.0'
Expand Down Expand Up @@ -47,5 +47,5 @@ jobs:
python demo_A_GUI_full.py
python demo_B_GUI_minimal.py
python demo_C_singlethread_for_comparison.py
python demo_D_no_GUI.py
python demo_E_no_GUI.py
python demo_D_no_GUI.py simulate
python demo_E_no_GUI.py simulate

0 comments on commit ef1f7b8

Please sign in to comment.