Skip to content

Commit

Permalink
change matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Nov 15, 2023
1 parent 564b0a2 commit 49390ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,18 @@ jobs:
compile: [true, false]
include:
- os: ubuntu-latest
python-version: "3.11"
python-version: "3.12"
pydantic: "'pydantic<2'"
- os: windows-latest
python-version: "3.11"
pydantic: "'pydantic<2'"
exclude:
- os: windows-latest
python-version: "3.12"
- os: windows-latest
python-version: "3.7"
- os: macos-latest
python-version: "3.7"

test-qt:
name: Test Qt
Expand Down

0 comments on commit 49390ad

Please sign in to comment.