-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add support for Python 3.13 #158
Conversation
e2baf3e
to
3569de6
Compare
thanks for the quick PR! i'm guessing the lint workflow file is being run off of main which is the reason it's not picking up the version update. would you mind making a separate PR to update the CI action versions, and I'll go ahead and approve that? then I'll disable the main branch protection momentarily to test the build before merging this. |
3569de6
to
6e123e2
Compare
Split those changes out into #159. |
919b631
to
5ca08c9
Compare
Yep, looks like that fixed it, I rebased this PR as well. |
not sure why i can't trigger a workflow off this branch despite workflow_dispatch allowed in the GH actions for the wheels workflow, so gonna just merge and pray it works :) will have time to troubleshoot issues/cut a release (if the automated release action fails) later tonight |
Maybe related to these conditionals |
Get a chance to look at that? |
standby sorry, CI issues with the release process had to fix a bunch of macos build issues which was blocking the release |
Released |
Fixes #157.