Skip to content

Commit b6b2a75

Browse files
authored
exclude pyside2 on 3.11
1 parent 4323bb3 commit b6b2a75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ jobs:
148148
major: 2
149149
reactor:
150150
tox: pyside2
151+
- python:
152+
action: "3.11"
153+
reactor:
154+
tox: pyside2
151155
- python:
152156
major: 2
153157
reactor:

0 commit comments

Comments
 (0)