BF: run dev-deps testing under 3.12 instead of 3.11 - #1928
Merged
Merged
Conversation
- see hdmf-dev/hdmf-zarr#406 (comment) and I expect released versoins still be ok and pulling versions of dependencies as suitable to their Python versions, so we can still delay dropping 3.11 overall -- just it would not have bleeding edge hdmf-zarr for those folks... until we can no longer do such installs ;)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1928 +/- ##
=======================================
Coverage 78.11% 78.11%
=======================================
Files 91 91
Lines 13944 13944
=======================================
Hits 10893 10893
Misses 3051 3051
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
yarikoptic
pushed a commit
that referenced
this pull request
Sep 25, 2026
Ported verbatim from #1928 so this PR can go green before that one merges; it is a no-op once master carries the same change. The dev-deps job installs hdmf-zarr from git, which now requires Python >= 3.12, so the install step fails before any test runs. The same job is the only failure on master at this PR's base commit. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011qh3EwgNtANXokhr1uimHG
yarikoptic-gitmate
approved these changes
Sep 26, 2026
|
🚀 PR was released in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
and I expect released versoins still be ok and pulling versions of dependencies as suitable to their Python versions, so we can still delay dropping 3.11 overall -- just it would not have bleeding edge hdmf-zarr for those folks... until we can no longer do such installs ;)