diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b403518..d4173df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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