Skip to content

Commit 7fe241c

Browse files
committed
MNT: actions runs on 3.12
1 parent 5aaf9b9 commit 7fe241c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest, windows-latest, macos-latest]
23-
python-version: ['3.9', '3.10']
23+
python-version: ['3.9', '3.10', '3.12']
2424
pyqt-version: [5.12.3, 5.15.9]
25+
exclude:
26+
- python-version: '3.12'
27+
pyqt-version: 5.12.3
2528
env:
2629
DISPLAY: ':99.0'
2730
QT_MAC_WANTS_LAYER: 1 # PyQT gui tests involving qtbot interaction on macOS will fail without this

0 commit comments

Comments
 (0)