-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
0.70.17 sdist has python-tag = py313
hardcoded, rendering it incompatible with other Python versions
#196
Comments
Ah, ok, I must have uploaded the wrong source tarball (i.e. the one built when building the 3.13 wheel). In that case, I'll release a |
Enforce correct python tags for pure Python wheels directly from `setup.py`. This should be more reliable than the current approach. While at it, switch to correct tags for each platforms -- CPython uses "cp" (which unlike "py" is not accepted for PyPy), and PyPy can use pure "pp" without platform specifiers (since no extensions are installed). Fixes uqfoundation#196
I've played a bit and I was able to control the tags from |
@mmckerns I am having the same issue during conda build process. Can you please push a fix? For now I can restrict to previous version in my recipe. |
@sahiljhawar: I will get to a new release for multiprocess with this corrected as soon as I can. I'm on some travel and haven't had an opportunity post-release. It might take another week to get to it, but it's at the top of my to do list |
For example, using Python 3.12:
Note that it incorrectly produced a
py313
wheel.The text was updated successfully, but these errors were encountered: