Skip to content
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

test(ci): Add CI for minimum supported dependency versions #2423

Merged
merged 7 commits into from
Oct 21, 2024

Conversation

jhamman
Copy link
Member

@jhamman jhamman commented Oct 21, 2024

This builds on #2418, adding another env for the minimum supported version of all required dependencies.

If we follow spec 0000, we would support older versions of dependencies going back 2 years (3 years for Python).

Interestingly, trying this for all our dependencies turned up a few things that are worth looking at:

  1. We need numcodecs 0.13 (instead of 0.11) for the zstd codec
  2. We need typing extensions 4.5 for @deprecated and 4.6 for Buffer

At this point, I don't see any major issue with bumping these dependencies but its nice to know what we actually support.

@jhamman jhamman mentioned this pull request Oct 21, 2024
6 tasks
@jhamman jhamman changed the title Add CI for minimum supported dependency versions test(ci): Add CI for minimum supported dependency versions Oct 21, 2024
Copy link
Contributor

@d-v-b d-v-b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this!

@jhamman jhamman merged commit a9d6d74 into zarr-developers:main Oct 21, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants