Skip to content

Commit e19999d

Browse files
authored
Merge pull request #338 from ales-erjavec/ci/python3.14
[MNT] CI: Add Python 3.14 to test matrix
2 parents 9e53f41 + 6685a13 commit e19999d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ jobs:
3838
python-version: "3.11"
3939
test-env: "PyQt5~=5.15.0"
4040

41-
- os: ubuntu-22.04
42-
python-version: "3.11"
43-
test-env: "PyQt6~=6.2.3 PyQt6-Qt6~=6.2.3"
44-
4541
- os: ubuntu-latest
4642
python-version: "3.11"
4743
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"
@@ -54,6 +50,10 @@ jobs:
5450
python-version: "3.13"
5551
test-env: "PyQt6~=6.8.0 PyQt6-Qt6~=6.8.0"
5652

53+
- os: ubuntu-latest
54+
python-version: "3.14"
55+
test-env: "PyQt6~=6.9.0 PyQt6-Qt6~=6.9.0"
56+
5757
# macOS
5858
- os: macos-13
5959
python-version: "3.10"
@@ -63,10 +63,6 @@ jobs:
6363
python-version: "3.11"
6464
test-env: "PyQt5~=5.15.0"
6565

66-
- os: macos-15
67-
python-version: "3.11"
68-
test-env: "PyQt6~=6.2.3 PyQt6-Qt6~=6.2.3"
69-
7066
- os: macos-latest
7167
python-version: "3.11"
7268
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"
@@ -79,6 +75,10 @@ jobs:
7975
python-version: "3.13"
8076
test-env: "PyQt6~=6.8.0 PyQt6-Qt6~=6.8.0"
8177

78+
- os: macos-latest
79+
python-version: "3.14"
80+
test-env: "PyQt6~=6.9.0 PyQt6-Qt6~=6.9.0"
81+
8282
# Windows
8383
- os: windows-2022
8484
python-version: "3.10"
@@ -88,10 +88,6 @@ jobs:
8888
python-version: "3.11"
8989
test-env: "PyQt5~=5.15.0"
9090

91-
- os: windows-2022
92-
python-version: "3.11"
93-
test-env: "PyQt6~=6.2.3 PyQt6-Qt6~=6.2.3"
94-
9591
- os: windows-latest
9692
python-version: "3.11"
9793
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"
@@ -104,6 +100,10 @@ jobs:
104100
python-version: "3.13"
105101
test-env: "PyQt6~=6.8.0 PyQt6-Qt6~=6.8.0"
106102

103+
- os: windows-latest
104+
python-version: "3.14"
105+
test-env: "PyQt6~=6.9.0 PyQt6-Qt6~=6.9.0"
106+
107107
steps:
108108
- uses: actions/checkout@v4
109109
- name: Setup Python

0 commit comments

Comments
 (0)