Skip to content

Commit

Permalink
Disable Pyside2 from CI builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 9, 2023
1 parent df25b53 commit 113b79a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,11 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
framework: [ "toga", "pyside2", "pyside6", "ppb", "pygame" ]
# PySide2 doesn't publish a binary wheel that is compatible
# with Python 3.11+, and doesn't publish *any* universal or ARM64 wheels,
# and is unlikely to ever do so, so we can't test pyside2.
framework: [ "toga", "pyside6", "ppb", "pygame" ]
exclude:
# PySide2 doesn't publish a binary wheel that is compatible
# with Python 3.11+, and is unlikely to ever do so.
- python-version: "3.11"
framework: "pyside2"
- python-version: "3.12"
framework: "pyside2"
# PySide6 hasn't published a binary wheel that is compatible
# with Python 3.12 yet.
- python-version: "3.12"
Expand Down

0 comments on commit 113b79a

Please sign in to comment.