Skip to content

Commit

Permalink
Re-enable PySide6 & Pygame for Python 3.13 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Oct 26, 2024
1 parent da94a60 commit 33427dc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,3 @@ jobs:
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13-dev" ]
framework: [ "toga", "pyside6", "pygame", "console" ]

exclude:
# PySide6 hasn't published 3.13 wheels.
- python-version: "3.13-dev"
framework: "pyside6"

# Pygame hasn't published 3.13 wheels.
- python-version: "3.13-dev"
framework: "pygame"

0 comments on commit 33427dc

Please sign in to comment.