Skip to content

Commit

Permalink
Exclude PySide6 from Python 3.13 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Oct 9, 2024
1 parent ee556e8 commit a046865
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ jobs:
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
framework: [ "toga", "pyside6", "pygame", "console" ]
exclude:
# PySide6 doesn't support Python 3.13 yet
- python-version: 3.13
framework: pyside6

0 comments on commit a046865

Please sign in to comment.