Skip to content

Commit

Permalink
Merge pull request #32 from rmartin16/pyside6-ci-python-3.13
Browse files Browse the repository at this point in the history
Re-enable PySide6 for Python 3.13 in CI
  • Loading branch information
freakboy3742 authored Oct 27, 2024
2 parents 5e999d2 + c963d09 commit ae694c2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

# Cancel active CI runs for a PR before starting another run
concurrency:
group: ${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

defaults:
Expand Down Expand Up @@ -40,7 +40,3 @@ jobs:
matrix:
python-version: [ "system", "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 ae694c2

Please sign in to comment.