We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7209a20 commitf65c45bCopy full SHA for f65c45b
tox.ini
@@ -91,10 +91,10 @@ deps =
91
https://github.com/pyqtgraph/pyqtgraph/archive/refs/heads/master.zip#egg=pyqtgraph
92
https://github.com/biolab/orange-canvas-core/archive/refs/heads/master.zip#egg=orange-canvas-core
93
https://github.com/biolab/orange-widget-base/archive/refs/heads/master.zip#egg=orange-widget-base
94
-PyQt6==6.5.*
95
-PyQt6-Qt6==6.5.*
96
-PyQt6-WebEngine==6.5.*
97
-PyQt6-WebEngine-Qt6==6.5.*
+PyQt6==6.8.*
+PyQt6-Qt6==6.8.*
+PyQt6-WebEngine==6.8.*
+PyQt6-WebEngine-Qt6==6.8.*
98
commands_pre =
99
# Verify installed packages have compatible dependencies
100
pip check
@@ -110,10 +110,10 @@ setenv =
110
QT_API=PyQt6
111
ANYQT_HOOK_DENY=pyqt5
112
deps =
113
114
115
116
117
118
commands =
119
python -m unittest -v Orange.widgets.tests