We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ba854 commit 6463594Copy full SHA for 6463594
1 file changed
.github/workflows/tests.yml
@@ -270,8 +270,8 @@ jobs:
270
# Even though PySide2 wheels can be installed on Python 3.12+, they are broken and since PySide2 is
271
# deprecated, they are unlikely to be fixed. For the same deprecation reason, there are no wheels
272
# on M1 macOS, so don't bother there either.
273
- if [[ "${{ matrix.os }}" != 'macos-14'
274
- && "${{ matrix.python-version }}" != '3.12' && "${{ matrix.python-version }}" != '3.13' ]]; then
+ if [[ "${{ matrix.os }}" != 'macos-14' && "${{ matrix.python-version }}" == '3.11'
+ ]]; then
275
python -mpip install --upgrade pyside2 &&
276
python -c 'import PySide2.QtCore' &&
277
echo 'PySide2 is available' ||
0 commit comments