-
Notifications
You must be signed in to change notification settings - Fork 150
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
adapt for upcoming changes in PyPy's SOABI tag #373
Conversation
One more thing – could you add a news entry for this? I'm not sure I understand these changes well enough. |
added a news blurb, feel free to fix it up. It seems too wordy to me. |
Sorry for not being clear – I was hoping for something more concise for the news item, maybe a one-liner. I can think of something on my own too. |
redone now that I reviewed what I did and understood it more completely |
maybe "'Future-proof calculating the ABI tag from PyPy's SOABI tag" ? |
Thanks! |
Thank you! |
Closes #372. PyPy currently has a SOABI tag like
pypy36-pp73
(only the ABI tag) but according to PEP 3149 it should bepypy36-pp73-x86_64-linux-gnu
(ABI tag - platform tag). PyPy may change this in an upcoming release.This should be forward compatible, as long as the ABI tag contains a single
-
.