Skip to content

Commit

Permalink
CI: Add Python 3.11 to and PyQt6 6.5 test matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Jun 30, 2023
1 parent ffd6e95 commit 6a509a8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
test-env: "PyQt6~=6.2.3 PyQt6-Qt6~=6.2.3"
qt-api: "PyQt6"

- os: ubuntu-20.04
python-version: "3.11"
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"
qt-api: "PyQt6"

- os: ubuntu-20.04
python-version: "3.10"
test-env: "PySide2~=5.15.0"
Expand Down Expand Up @@ -77,6 +82,10 @@ jobs:
python-version: "3.10"
test-env: "PyQt6~=6.2.3 PyQt6-Qt6~=6.2.3"

- os: macos-11
python-version: "3.11"
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"

- os: macos-11
python-version: "3.10"
test-env: "PySide2~=5.15.0"
Expand Down Expand Up @@ -106,6 +115,10 @@ jobs:
python-version: "3.10"
test-env: "PyQt6~=6.2.3 PyQt6-Qt6~=6.2.3"

- os: windows-2019
python-version: "3.11"
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"

- os: windows-2019
python-version: "3.10"
test-env: "PySide2~=5.15.0"
Expand Down

0 comments on commit 6a509a8

Please sign in to comment.