We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0acf0 commit 64e5704Copy full SHA for 64e5704
1 file changed
.github/workflows/main.yml
@@ -19,8 +19,8 @@ jobs:
19
runs-on: ${{ matrix.image }}
20
strategy:
21
matrix:
22
- os: [ubuntu] #, windows, macos-x86_64, macos-arm64]
23
- python-version: ["3.8", "3.9", "3.10", "3.11"] #, "3.12", "3.13"]
+ os: [ubuntu]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
24
qt-version: ["pyside2", "pyside6", "pyqt5", "pyqt6"]
25
include:
26
- os: ubuntu
0 commit comments