Remove use of Python 3.9 in tests against dandi-cli#359
Merged
yarikoptic merged 1 commit intomasterfrom Dec 15, 2025
Merged
Conversation
dandi-cli stopped supporting Python 3.9 as of dandi/dandi-cli#1759
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #359 +/- ##
=======================================
Coverage 97.89% 97.89%
=======================================
Files 18 18
Lines 2377 2377
=======================================
Hits 2327 2327
Misses 50 50
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the dandi-cli integration test workflow to remove Python 3.9 support, aligning with dandi-cli's recent decision to drop Python 3.9 in their PR #1759.
Key Changes:
- Removed Python 3.9 from the test matrix includes
- Updated dandi-devel test entries to use Python 3.10 instead
- Removed obsolete exclude section for Windows + Python 3.9
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
As of dandi/dandi-cli#1759, dandi-cli has drop support of Python 3.9, so testing against dandi-cli in a Python 3.9 environment is no longer relevant and causes the following error.
This PR removes the use of Python 3.9 in integration tests against dandi-cli.