Skip to content

Commit

Permalink
ci: Add Python 3.12 to test matrices
Browse files Browse the repository at this point in the history
Also remove Python 3.7 to ease CI workload
  • Loading branch information
ales-erjavec committed Oct 18, 2023
1 parent 636c6b3 commit 86751bd
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 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.7
test-env: "PyQt5~=5.9.2 qasync<0.19.0"

- os: ubuntu-20.04
python-version: 3.8
test-env: "PyQt5~=5.12.0"
Expand Down Expand Up @@ -54,6 +50,10 @@ jobs:
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"
extra-system-packages: "glibc-tools"

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

# macOS
- os: macos-11
Expand All @@ -80,11 +80,11 @@ jobs:
python-version: "3.11"
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"

# Windows
- os: windows-2019
python-version: 3.7
test-env: "PyQt5~=5.9.2"
- os: macos-12
python-version: "3.12"
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"

# Windows
- os: windows-2019
python-version: 3.8
test-env: "PyQt5~=5.12.0"
Expand All @@ -109,6 +109,10 @@ jobs:
python-version: "3.11"
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"

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

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

0 comments on commit 86751bd

Please sign in to comment.