Skip to content

Commit cc3eacb

Browse files
authored
Merge pull request #313 from ales-erjavec/ci/python3.13
[CI] Add Python 3.13 and Qt 6.7
2 parents 70e3d16 + 4de2194 commit cc3eacb

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

.github/workflows/run-tests-workflow.yml

+17-16
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
matrix:
1818
include:
1919
# Linux
20-
- os: ubuntu-20.04
21-
python-version: 3.9
22-
test-env: "PyQt5~=5.12.0"
23-
2420
- os: ubuntu-20.04
2521
python-version: 3.9
2622
test-env: "PyQt5~=5.14.0"
@@ -47,24 +43,25 @@ jobs:
4743
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"
4844
extra-system-packages: "glibc-tools"
4945

50-
# macOS
51-
- os: macos-12
52-
python-version: 3.9
53-
test-env: "PyQt5~=5.12.0"
46+
- os: ubuntu-22.04
47+
python-version: "3.13"
48+
test-env: "PyQt6~=6.7.0 PyQt6-Qt6~=6.7.0"
49+
extra-system-packages: "glibc-tools"
5450

55-
- os: macos-12
51+
# macOS
52+
- os: macos-13
5653
python-version: 3.9
5754
test-env: "PyQt5~=5.14.0"
5855

59-
- os: macos-12
56+
- os: macos-13
6057
python-version: "3.10"
6158
test-env: "PyQt5~=5.15.0"
6259

63-
- os: macos-13
60+
- os: macos-14
6461
python-version: "3.11"
6562
test-env: "PyQt5~=5.15.0"
6663

67-
- os: macos-14
64+
- os: macos-15
6865
python-version: "3.11"
6966
test-env: "PyQt6~=6.2.3 PyQt6-Qt6~=6.2.3"
7067

@@ -76,11 +73,11 @@ jobs:
7673
python-version: "3.12"
7774
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"
7875

79-
# Windows
80-
- os: windows-2019
81-
python-version: 3.9
82-
test-env: "PyQt5~=5.12.0"
76+
- os: macos-latest
77+
python-version: "3.13"
78+
test-env: "PyQt6~=6.7.0 PyQt6-Qt6~=6.7.0"
8379

80+
# Windows
8481
- os: windows-2019
8582
python-version: 3.9
8683
test-env: "PyQt5~=5.15.0"
@@ -105,6 +102,10 @@ jobs:
105102
python-version: "3.12"
106103
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"
107104

105+
- os: windows-2019
106+
python-version: "3.13"
107+
test-env: "PyQt6~=6.7.0 PyQt6-Qt6~=6.7.0"
108+
108109
steps:
109110
- uses: actions/checkout@v4
110111
- name: Setup Python

0 commit comments

Comments
 (0)