Skip to content

Commit

Permalink
setup.cfg: Pin PySide6 <=6.6.1 for now (#1177)
Browse files Browse the repository at this point in the history
Key sequences are changed again... Pin while dependencies are updated.

Broken in PySide6 v6.6.2:
	from PySide6 import QtCore
	QtCore.Qt.AltModifier | QtCore.Qt.Key.Key_C
  • Loading branch information
mborgerson authored Feb 21, 2024
1 parent 0880104 commit 0768099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers =
[options]
packages = find:
install_requires =
PySide6>=6.4.2
PySide6>=6.4.2,<=6.6.1
PySide6-QtAds
QtAwesome
QtPy~=2.3.0
Expand Down

0 comments on commit 0768099

Please sign in to comment.