Skip to content

Commit

Permalink
ci: Add Python 3.13 and PyQt 6.7 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Nov 8, 2024
1 parent 70e3d16 commit ef6a766
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/run-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
matrix:
include:
# Linux
- os: ubuntu-20.04
python-version: 3.9
test-env: "PyQt5~=5.12.0"

- os: ubuntu-20.04
python-version: 3.9
test-env: "PyQt5~=5.14.0"
Expand All @@ -47,11 +43,12 @@ jobs:
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"
extra-system-packages: "glibc-tools"

# macOS
- os: macos-12
python-version: 3.9
test-env: "PyQt5~=5.12.0"
- os: ubuntu-22.04
python-version: "3.13"
test-env: "PyQt6~=6.7.0 PyQt6-Qt6~=6.7.0"
extra-system-packages: "glibc-tools"

# macOS
- os: macos-12
python-version: 3.9
test-env: "PyQt5~=5.14.0"
Expand All @@ -76,11 +73,11 @@ jobs:
python-version: "3.12"
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"

# Windows
- os: windows-2019
python-version: 3.9
test-env: "PyQt5~=5.12.0"
- os: macos-latest
python-version: "3.13"
test-env: "PyQt6~=6.7.0 PyQt6-Qt6~=6.7.0"

# Windows
- os: windows-2019
python-version: 3.9
test-env: "PyQt5~=5.15.0"
Expand All @@ -105,6 +102,10 @@ jobs:
python-version: "3.12"
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"

- os: windows-2019
python-version: "3.13"
test-env: "PyQt6~=6.7.0 PyQt6-Qt6~=6.7.0"

steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand Down

0 comments on commit ef6a766

Please sign in to comment.