Skip to content

Commit

Permalink
Drop PySide6 from CI
Browse files Browse the repository at this point in the history
- PySide6 now seg faults in an AppImage (beeware/briefcase#1908)
  • Loading branch information
rmartin16 committed Jul 26, 2024
1 parent d0e05a9 commit 875b02d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
framework: [ "toga", "pyside6", "pygame", "console" ]
# Dropped PySide6 testing since v6.6.2+ seg faults (briefcase#1908)
framework: [ "toga", "pygame", "console" ]

0 comments on commit 875b02d

Please sign in to comment.