Skip to content

Commit

Permalink
32-bit wheels are not available on PyPI for PyQt6 nor PySide6
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Jan 14, 2021
1 parent 10bfc75 commit 9bf747f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ environment:
- PYTHON: C:\Python35-x64
QT_API: PySide2
- PYTHON: C:\Python36
QT_API: PyQt6
QT_API: PySide2
- PYTHON: C:\Python36-x64
QT_API: PySide6
- PYTHON: C:\Python37
QT_API: PyQt6
QT_API: PyQt5
- PYTHON: C:\Python37-x64
QT_API: PySide6
- PYTHON: C:\Python38
QT_API: PyQt6
QT_API: PySide2
- PYTHON: C:\Python38-x64
QT_API: PySide6
- PYTHON: C:\Python39
QT_API: PySide6
QT_API: PySide2
CLONE_PYTHONNET: "true"
- PYTHON: C:\Python39-x64
QT_API: PySide6
Expand Down

0 comments on commit 9bf747f

Please sign in to comment.