Test PyQt6 on Python 3.14 on Windows (#9353)

This commit is contained in:
Andrew Murray 2025-12-28 00:54:10 +11:00 committed by GitHub
parent ca21683316
commit e85700fe48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ jobs:
python3 -m pip install --upgrade pip
- name: Install CPython dependencies
if: "!contains(matrix.python-version, 'pypy') && !contains(matrix.python-version, '3.14') && matrix.architecture != 'x86'"
if: "!contains(matrix.python-version, 'pypy') && matrix.architecture != 'x86'"
run: |
python3 -m pip install PyQt6