From ef1f7b82c842f9f677c15c589f7725aa6feecdb8 Mon Sep 17 00:00:00 2001 From: Dennis van Gils <37263907+Dennis-van-Gils@users.noreply.github.com> Date: Thu, 30 May 2024 19:50:41 +0200 Subject: [PATCH] Update python-demos.yml --- .github/workflows/python-demos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-demos.yml b/.github/workflows/python-demos.yml index 922245b..c62eb24 100644 --- a/.github/workflows/python-demos.yml +++ b/.github/workflows/python-demos.yml @@ -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' @@ -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