Skip to content

Commit d3b4897

Browse files
authored
CI Changes
1 parent 5a58db2 commit d3b4897

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [Ubuntu, Windows, MacOS]
23-
python-version: ["3.8", "3.9", "3.10"]
23+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2424
qt-version: ["pyside2", "pyside6", "pyqt5", "pyqt6"]
2525
include:
2626
- os: Ubuntu
@@ -29,6 +29,9 @@ jobs:
2929
image: windows-2022
3030
- os: MacOS
3131
image: macos-12
32+
exclude:
33+
- os: MacOS
34+
qt-version: pyside2
3235
fail-fast: false
3336
defaults:
3437
run:

0 commit comments

Comments
 (0)