Skip to content

Commit 4982bde

Browse files
committed
Simplify build matrix
1 parent 948595e commit 4982bde

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/test.yml

+1-14
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,6 @@ jobs:
2727
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2828
qt-lib: [pyqt5, pyqt6, pyside2, pyside6]
2929
os: [ubuntu-latest, windows-latest, macos-latest]
30-
include:
31-
- python-version: "3.7"
32-
tox-env: "py37"
33-
- python-version: "3.8"
34-
tox-env: "py38"
35-
- python-version: "3.9"
36-
tox-env: "py39"
37-
- python-version: "3.10"
38-
tox-env: "py310"
39-
- python-version: "3.11"
40-
tox-env: "py311"
41-
- python-version: "3.12"
42-
tox-env: "py312"
4330
exclude:
4431
# Not installable:
4532
# ERROR: Could not find a version that satisfies the requirement pyside2 (from versions: none)
@@ -74,4 +61,4 @@ jobs:
7461
- name: Test
7562
shell: bash
7663
run: |
77-
tox -e ${{ matrix.tox-env }}-${{ matrix.qt-lib }} --installpkg `find dist/*.tar.gz` -- -ra
64+
tox -e py-${{ matrix.qt-lib }} --installpkg `find dist/*.tar.gz` -- -ra

0 commit comments

Comments
 (0)