Skip to content

Commit

Permalink
ci: Test with PyQt6 6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed May 24, 2024
1 parent 240fac3 commit d294dbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- os: ubuntu-22.04
python-version: "3.12"
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"
test-env: "PyQt6~=6.6.0 PyQt6-Qt6~=6.6.0"
qt-api: "PyQt6"
extra-system-packages: "glibc-tools"

Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:

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

# Windows
- os: windows-2019
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d294dbf

Please sign in to comment.