Skip to content

Commit

Permalink
ci: attempt testing with more Qt backends
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Oct 27, 2024
1 parent 6b504a2 commit 80da522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,19 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.10', '3.11', '3.12', '3.13-dev']
python-version: ['3.10', '3.11', '3.12', '3.13']
qt-version: [5, 6]
qt-binding: [pyqt, pyside]
exclude:
- python-version: '3.10'
qt-version: 5
qt-binding: pyside
# Segfaults on exit on all OSes (11/2023)
- python-version: '3.12'
qt-version: 6
qt-binding: pyside
- python-version: '3.11'
qt-version: 5
- python-version: '3.12'
qt-version: 5
- python-version: '3.13-dev'
- python-version: '3.13'
qt-version: 5
# No available wheels (26-082-024)
- python-version: '3.13-dev'
qt-version: 6
qt-binding: pyside
- os: ubuntu-latest
qt-version: 6
qt-binding: pyside
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Store artifacts
uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ runner.os }}-${{ matrix.manylinux_version }}-${{ matrix.archs }}
name: cibw-wheels-${{ runner.os }}-${{ matrix.python }}
path: dist/*.whl

publish:
Expand Down

0 comments on commit 80da522

Please sign in to comment.