We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe I'm wrong, but it seems to me that is_old_pyqt and is_pyqt46 should use PYQT_VERSION instead of __version__ in https://github.com/spyder-ide/qtpy/blob/master/qtpy/__init__.py#L113. __version__ is now the version of qtpy.
is_old_pyqt
is_pyqt46
PYQT_VERSION
__version__
The text was updated successfully, but these errors were encountered:
That's most probably true, thanks for noticing! Could you make a PR to solve this problem?
Sorry, something went wrong.
No branches or pull requests
Maybe I'm wrong, but it seems to me that
is_old_pyqt
andis_pyqt46
should usePYQT_VERSION
instead of__version__
in https://github.com/spyder-ide/qtpy/blob/master/qtpy/__init__.py#L113.__version__
is now the version of qtpy.The text was updated successfully, but these errors were encountered: