This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petr.viktorin
Recipients corona10, petr.viktorin, shihai1991, tcaswell, vstinner
Date 2020-05-12.13:43:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589290982.51.0.535096749435.issue40574@roundup.psfhosted.org>
In-reply-to
Content
So, the failure is expected. Python's ABI can change until the 3.9.0 final release, so wheels built for different commits can be incompatible.
This applies to alphas/betas as well, as you say.

There is the PEP 384 stable ABI, which is much stricter (and more limited), but sip doesn't use it -- its wheels are specific to cp36/cp37/cp38: https://pypi.org/project/sip/#files

Thanks for testing, though! Perhaps we need to communicate better that for the alphas/betas, everything needs to be rebuilt.
History
Date User Action Args
2020-05-12 13:43:02petr.viktorinsetrecipients: + petr.viktorin, vstinner, tcaswell, corona10, shihai1991
2020-05-12 13:43:02petr.viktorinsetmessageid: <1589290982.51.0.535096749435.issue40574@roundup.psfhosted.org>
2020-05-12 13:43:02petr.viktorinlinkissue40574 messages
2020-05-12 13:43:02petr.viktorincreate