Skip to content

Commit

Permalink
Tox: Add missing PyQt6-Qt6 versions
Browse files Browse the repository at this point in the history
These must be set in addition to the PyQt6 versions themselves.
  • Loading branch information
karlch committed May 10, 2024
1 parent bc80598 commit 9fe1e8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ deps =
pyqt6: -r{toxinidir}/misc/requirements/requirements_pyqt6.txt
pyqt67: -r{toxinidir}/misc/requirements/requirements_pyqt6.txt
pyqt66: PyQt6==6.6.1
pyqt66: PyQt6-Qt6==6.6.3
pyqt65: PyQt6==6.5.1
pyqt65: PyQt6-Qt6==6.5.3
pyqt64: PyQt6==6.4.2
pyqt64: PyQt6-Qt6==6.4.3
pyqt63: PyQt6==6.3.1
Expand Down

0 comments on commit 9fe1e8e

Please sign in to comment.