Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Im trying figure out why python 3.13 wheels didn't get added to PyPI when the action ran on Oct 7: https://github.com/micro-manager/pymmcore/actions/runs/11220032864/job/31187312757#step:4:300
as far as I can tell, everything in the action and pyproject.toml look good. So my best guess/hope is that python 3.13, which was released that same day, simply wasn't available for download when cibuildwheel looked for it. I think that running it again might fix it, but this PR just adds verbosity to cibuildwheel, updates its version, and adds dependabot updates to our github actions
closes #125