mirror of
https://github.com/pyapp-kit/superqt.git
synced 2025-12-16 11:10:06 +01:00
Use qtpy, deprecate superqt.qtcompat, drop support for Qt <5.12 (#39)
* remove qtcompat * change imports * change codecov * add dep * run tests against dalthviz branch * update * more replace * pin pyside6 for sake of test * add deprecation * drop qt 5.11 * unpin pyside6
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import logging
|
||||
|
||||
from qtpy import QtCore
|
||||
|
||||
from superqt import QMessageHandler
|
||||
from superqt.qtcompat import QtCore
|
||||
|
||||
|
||||
def test_message_handler():
|
||||
|
||||
Reference in New Issue
Block a user