Skip to content

Commit

Permalink
fixup! CI: Add workflow to run tests with PyQt6/PySide6
Browse files Browse the repository at this point in the history
  • Loading branch information
rear1019 committed Jan 2, 2025
1 parent 4e785fd commit b15b2e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ def run(self):
'pyqt6-webengine>=6.5,<7',
'qtconsole>=5.6.1,<5.7.0',
],
'pyside6': [
'pyside6>=6.5,<7',
'qtconsole>=5.6.1,<5.7.0',
]
'conda-forge': [
'qtconsole>=5.6.1,<5.7.0',
]
Expand Down

0 comments on commit b15b2e4

Please sign in to comment.