Skip to content

Commit 1c865b5

Browse files
committed
Upgrade PyQt6 to 6.6.0
1 parent 9adc3f6 commit 1c865b5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
# The core 'install_requires' should only be things
2626
# which are needed for the main editor to function.
2727
#
28-
"PyQt6==6.5.3"
28+
"PyQt6==6.6.0"
2929
+ ';"arm" not in platform_machine and "aarch" not in platform_machine',
30-
"PyQt6-Qt6==6.5.3"
30+
"PyQt6-Qt6==6.6.0"
3131
+ ';"arm" not in platform_machine and "aarch" not in platform_machine',
32-
"PyQt6-QScintilla==2.14.0"
32+
"PyQt6-QScintilla==2.14.1"
3333
+ ';"arm" not in platform_machine and "aarch" not in platform_machine',
34-
"PyQt6-Charts==6.5.0"
34+
"PyQt6-Charts==6.6.0"
3535
+ ';"arm" not in platform_machine and "aarch" not in platform_machine',
3636
# FIXME: jupyter-client added for Py3.5 compatibility, to be dropped after
3737
# Mu v1.1 release. So, qtconsole < 5 and jupyter-client < 6.2 (issue #1444)

0 commit comments

Comments
 (0)