Skip to content

Commit

Permalink
TST: fix PyQt6-Qt6 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Sep 9, 2024
1 parent abc2f06 commit d4d9d2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- macos: py311-test-pyqt515
- macos: py312-test-pyqt66
- macos: py310-test-pyqt63
PLAT: x64
runs-on: macos-13
- macos: py39-test-pyside515
- macos: py310-test-pyside66
Expand Down
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ deps =
pyside514: PySide2==5.14.*
pyside515: PySide2==5.15.*
pyqt63: PyQt6==6.3.*
pyqt63: PyQt6-Qt6==6.3.*
pyqt64: PyQt6==6.4.*
pyqt64: PyQt6-Qt6==6.4.*
pyqt65: PyQt6==6.5.*
pyqt65: PyQt6-Qt6==6.5.*
pyqt66: PyQt6==6.6.*
pyqt66: PyQt6-Qt6==6.6.*
pyqt67: PyQt6==6.7.*
pyqt67: PyQt6-Qt6==6.7.*
pyside63: PySide6==6.3.*
pyside64: PySide6==6.4.*
pyside65: PySide6==6.5.*
Expand Down

0 comments on commit d4d9d2f

Please sign in to comment.