-
Notifications
You must be signed in to change notification settings - Fork 12
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
Missing Python version wheels #154
Comments
Looks like it's an issue with the setup-python action which doesn't seem to work for 3.8 for macos arm64 and 3.8 - 3.10 for macos x86-64. I think it might be this issue actions/setup-python#808 |
2 tasks
seddonym
added a commit
that referenced
this issue
Jun 18, 2024
Prior to this, the release didn't include certain macos wheels as described in #154.
seddonym
added a commit
that referenced
this issue
Jun 18, 2024
Prior to this, the release didn't include certain macos wheels as described in #154.
I think this should be sorted with #156. I also was able to upload the missing wheels manually. Here's how I did it:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The new release.yml (used for Grimp 3.3) hasn't released wheels for all supported Python versions.
For example, there is no Python 3.10 build for macosx_10_12_x86_64.
Looking into why.
The text was updated successfully, but these errors were encountered: