Skip to content

Commit

Permalink
exclude compiled testing on py313
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Sep 9, 2024
1 parent 698c688 commit 1cb7055
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
# still working on ci test errors
- os: windows-latest
python-version: "3.12"
- compile: true
python-version: "3.13"

test-qt:
name: Test Qt
Expand All @@ -71,7 +73,7 @@ jobs:
include:
- os: macos-13
qt: PySide2

upload_coverage:
if: always()
needs: [test, test-qt]
Expand Down

0 comments on commit 1cb7055

Please sign in to comment.