-
Notifications
You must be signed in to change notification settings - Fork 15
Update to currently supported Python versions #123
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
Conversation
This updates the build workflow to the currently supported versions of Python
Thanks a lot for starting this! It seems the error on upload-artifact is due to name conflicts (it's not possible anymore to upload multiple artifacts with the same name), maybe this comment could be useful actions/upload-artifact#480 (comment) We could name all |
Also, use newer version of Python to upload to PyPI
I'm not sure how long to wait for the workflows to finish. I can't kill previous workflow runs myself. Anyway, leaving the changes here. Give me a heads-up if there's anything else that needs fixing. |
Ah yeah it's annoying they don't cancel automatically, maybe a missing setting or something. I manually cancelled the old builds |
Looks like macos-11 support was dropped and that may be why the CI does not start on OSX. Can you change it to macos-12? The ubuntu one may have the same issue. I wonder if we can simply use the latest |
The job-index was hack because I did not understand the problem
Most Apple hardware is arm these days anyway
@martinRenou I believe this MR is ready now :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 Thanks a lot for this!
I just added a commit to run the pipeline on Ubuntu 24.04 instead of 22.04. Seems to work fine. |
Would be great if we can get a new release out on PyPI with these wheels! |
Removes 3.7 and 3.8 that are EOL, and adds 3.13.
Various updates to the build_wheel workflow so it's able to run again.
Fixes #120 and #121
Closes #114