-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Default ABI version doesn't match SIP ones #25
Comments
The default ABIs used have been updated to match those supported by SIP v6.9. Resolves Python-PyQt#25
These have been updated but it doesn't actually matter if they are not set to the latest versions. If a project needs a specific minimum version then they should explicitly set it their |
In fact the specification of any minor number is confusing, somewhat arbitrary and unnecessary. It should be left to SIP to decide on a default minor number - PyQt-builder only needs to provide a default major number (ie. 12 or 13). |
The default ABI used now only specifies the major version. It is left to SIP to provide an appropriate minor version. Resolves Python-PyQt#25
See issue #28 for a better description and resolution of the problem. |
PyQt-builder default abi versions doesn't match SIP ones 12 13
The text was updated successfully, but these errors were encountered: