We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7193f7 commit 71a916aCopy full SHA for 71a916a
.github/workflows/test-windows.yml
@@ -84,7 +84,7 @@ jobs:
84
python3 -m pip install --upgrade pip
85
86
- name: Install CPython dependencies
87
- if: "!contains(matrix.python-version, 'pypy') && matrix.architecture != 'x86'"
+ if: "!contains(matrix.python-version, 'pypy') && !contains(matrix.python-version, '3.14') && matrix.architecture != 'x86'"
88
run: |
89
python3 -m pip install PyQt6
90
0 commit comments