Skip to content

Commit

Permalink
Merge pull request #313 from ales-erjavec/ci/python3.13
Browse files Browse the repository at this point in the history
[CI] Add Python 3.13 and Qt 6.7
  • Loading branch information
janezd authored Nov 15, 2024
2 parents 70e3d16 + 4de2194 commit cc3eacb
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 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,24 +43,25 @@ 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"

- os: macos-12
# macOS
- os: macos-13
python-version: 3.9
test-env: "PyQt5~=5.14.0"

- os: macos-12
- os: macos-13
python-version: "3.10"
test-env: "PyQt5~=5.15.0"

- os: macos-13
- os: macos-14
python-version: "3.11"
test-env: "PyQt5~=5.15.0"

- os: macos-14
- os: macos-15
python-version: "3.11"
test-env: "PyQt6~=6.2.3 PyQt6-Qt6~=6.2.3"

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 cc3eacb

Please sign in to comment.