Skip to content

Commit 64e5704

Browse files
committed
Temporarily remove some of the test targets from the matrix
1 parent 1f0acf0 commit 64e5704

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
runs-on: ${{ matrix.image }}
2020
strategy:
2121
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"]
22+
os: [ubuntu]
23+
python-version: ["3.8", "3.9", "3.10", "3.11"]
2424
qt-version: ["pyside2", "pyside6", "pyqt5", "pyqt6"]
2525
include:
2626
- os: ubuntu

0 commit comments

Comments
 (0)