Skip to content

Commit 24e73dc

Browse files
committed
Skip some pyside2 builds
Not available yet on Python 3.13 on all platforms. Not available on MacOS.
1 parent efeb92d commit 24e73dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
os: windows-latest
4141
- python-version: "3.12"
4242
qt-lib: pyside2
43+
- python-version: "3.13"
44+
qt-lib: pyside2
45+
- qt-lib: pyside2
46+
os: macos-latest
4347

4448
steps:
4549
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)