Skip to content

Commit 636729c

Browse files
Working, yeay!
1 parent 9d6dbf0 commit 636729c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.10"]
20-
qt-lib: [pyqt5]
19+
python-version: ["3.8", "3.9", "3.10"]
20+
qt-lib: [pyqt5, pyqt6, pyside2, pyside6]
2121
env:
2222
DISPLAY: ':99.0'
2323

0 commit comments

Comments
 (0)